Skip to content

Commit 69290a7

Browse files
authored
Merge pull request #863 from 2bndy5/do-not-upload-bdist
don't upload universal bdist to pypi
2 parents 768fe70 + 252451e commit 69290a7

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
38+
python -m build -s
3939
twine upload dist/*

0 commit comments

Comments
 (0)