added wheel to pypi publishing

This commit is contained in:
JanLJL
2021-04-19 11:33:29 +02:00
parent 6d85fbe9e4
commit dafec70e6e

View File

@@ -31,11 +31,11 @@ jobs:
- uses: codecov/codecov-action@v1
- name: Build package
run: |
python setup.py build sdist
python setup.py build sdist bdist_wheel
- name: Publish to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
skip_existing: true
user: __token__
password: ${{ secrets.pypi_password }}
password: ${{ secrets.pypi_password }}