Skip to content

Commit e0e95ba

Browse files
authored
Merge pull request #866 from adafruit/revert-863-do-not-upload-bdist
Revert "don't upload universal bdist to pypi"
2 parents 69290a7 + ffb8a30 commit e0e95ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
3636
sed -i -e "s/0.0.0+auto.0/${{github.event.release.tag_name}}/" $file;
3737
done;
38-
python -m build -s
38+
python -m build
3939
twine upload dist/*

0 commit comments

Comments
 (0)