Upload universal wheel for Python 2 and 3
parent
bf5b01d41c
commit
f82206311f
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue