revert back to pyproject version number

This commit is contained in:
Justin Guese
2024-05-24 15:12:50 +02:00
parent 84955b11dc
commit 16b899c4a5
+3 -3
View File
@@ -21,9 +21,9 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
# use the hardcoded version number for now
- name: Set Version number
run: |
poetry version 0.0.${{ github.run_number }}
# - 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 }}