Deployment: Build Python source tarball

This commit is contained in:
Ivan Kravets
2022-07-06 19:51:38 +03:00
parent 7c846b8968
commit 79ec493c79

View File

@@ -35,6 +35,9 @@ jobs:
run: |
tox -e testcore
- name: Build Python source tarball
run: python setup.py sdist
- name: Publish package to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1