Publish wheels to the PyPi registry

This commit is contained in:
Ivan Kravets
2023-06-08 14:52:18 +03:00
parent f819cbb4b8
commit 2b36c7086a

View File

@ -35,7 +35,7 @@ jobs:
tox -e testcore
- name: Build Python source tarball
run: python setup.py sdist
run: python setup.py sdist bdist_wheel
- name: Publish package to PyPI
if: ${{ github.ref == 'refs/heads/master' }}