Upload universal wheel for Python 2 and 3

master
baztian 2020-06-23 23:15:39 +02:00
parent bf5b01d41c
commit f82206311f
1 changed files with 1 additions and 1 deletions

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/*