You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the step to upload the tar archive as an artifact and update the release docs to use that.
Update the step to assert that no wheels are generated in target/wheels/*, which will verify the sdist build and ensure the behavior doesn't change under our feet.
Remove the step altogether.
The text was updated successfully, but these errors were encountered:
Follow on from #829
The Issue
build-sdist
does not generate any artifact.The
actions/upload-artifact
step is looking to archive files intarget/wheels/*
, whichsdist
builds do not generate.The generated archive from the logs (reference job run):
Built source distribution to /home/runner/work/datafusion-python/datafusion-python/dist/datafusion-40.0.0.tar.gz
Context
The release documentation currently expects only
wheels
to be included indist.zip
and for thesdist
to be generated manually.datafusion-python/dev/release/README.md
Lines 142 to 155 in 805183b
Options
target/wheels/*
, which will verify the sdist build and ensure the behavior doesn't change under our feet.The text was updated successfully, but these errors were encountered: