Upload universal wheel for Python 2 and 3

This commit is contained in:
baztian
2020-06-23 23:15:39 +02:00
parent bf5b01d41c
commit f82206311f
+1 -1
View File
@@ -27,5 +27,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel --universal
twine upload dist/*