Skip to content

Commit f822063

Browse files
committed
Upload universal wheel for Python 2 and 3
1 parent bf5b01d commit f822063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
30-
python setup.py sdist bdist_wheel
30+
python setup.py sdist bdist_wheel --universal
3131
twine upload dist/*

0 commit comments

Comments
 (0)