Skip to content

Commit

Permalink
CI: fix upload of sdist after changing file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Sep 8, 2023
1 parent d0ba0fa commit c9acd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ jobs:
echo "DEBUG: This is a final release"
fi
python setup.py sdist
twine upload dist/wheels-*/*.whl dist/*.zip
twine upload dist/wheels-*/*.whl dist/*.tar.gz

0 comments on commit c9acd40

Please sign in to comment.