Skip to content

Commit ffb8a30

Browse files
authored
Revert "don't upload universal bdist to pypi"
1 parent 69290a7 commit ffb8a30

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)