Enhance PIP dependency declarations // Resolve #4819

This commit is contained in:
Ivan Kravets
2024-01-06 16:24:01 +02:00
parent f2d16e7631
commit c74c9778a1
6 changed files with 71 additions and 45 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ jobs:
tox -e testcore
- name: Build Python source tarball
run: python setup.py sdist bdist_wheel
# run: python setup.py sdist bdist_wheel
run: python setup.py sdist
- name: Publish package to PyPI
if: ${{ github.ref == 'refs/heads/master' }}