change versioning to pyproject.toml, README changes for poetry

This commit is contained in:
Justin Guese
2024-05-24 15:04:15 +02:00
parent 7881de2235
commit f82e9343e4
3 changed files with 32 additions and 4 deletions
+4 -3
View File
@@ -20,9 +20,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
- name: Set Version number
run: |
poetry version 0.0.${{ github.run_number }}
# use the hardcoded version number for now
# - name: Set Version number
# run: |
# poetry version 0.0.${{ github.run_number }}
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}