Started populating version automatically from git tags using setuptools_scm.

This commit is contained in:
KOLANICH
2022-11-10 15:26:57 +03:00
parent ca88e4e49d
commit deba8b5e54
3 changed files with 4 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel build twine
pip install --upgrade setuptools setuptools_scm wheel build twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}