Skip to content

Commit

Permalink
Merge pull request #863 from 2bndy5/do-not-upload-bdist
Browse files Browse the repository at this point in the history
don't upload universal bdist to pypi
  • Loading branch information
makermelissa authored Jun 21, 2024
2 parents 768fe70 + 252451e commit 69290a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
sed -i -e "s/0.0.0+auto.0/${{github.event.release.tag_name}}/" $file;
done;
python -m build
python -m build -s
twine upload dist/*

0 comments on commit 69290a7

Please sign in to comment.