Skip to content

Commit

Permalink
Merge pull request #866 from adafruit/revert-863-do-not-upload-bdist
Browse files Browse the repository at this point in the history
Revert "don't upload universal bdist to pypi"
  • Loading branch information
makermelissa authored Jul 2, 2024
2 parents 69290a7 + ffb8a30 commit e0e95ba
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 -s
python -m build
twine upload dist/*

0 comments on commit e0e95ba

Please sign in to comment.