After recent security changes in #44 , Publish to PyPi now fails with:
https://github.com/continuous-dems/transformez/actions/runs/24350674525
"Publish to PyPI
Unable to download artifact(s): Artifact not found for name: dist
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact."
It seems to me that the 'publish' action is completing before the 'build' action completes, resulting in the Artifact not found.
@mfisher87 does this seem to be the issue here?
After recent security changes in #44 , Publish to PyPi now fails with:
https://github.com/continuous-dems/transformez/actions/runs/24350674525
"Publish to PyPI
Unable to download artifact(s): Artifact not found for name: dist
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact."
It seems to me that the 'publish' action is completing before the 'build' action completes, resulting in the Artifact not found.
@mfisher87 does this seem to be the issue here?