run number

This commit is contained in:
Justin Guese
2024-05-24 13:37:53 +02:00
parent 5383730aa4
commit 6536799495
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
pip install poetry
- name: Set Version number
run: |
poetry version ${{ github.event_name }}
poetry version ${{ github.run_number }}
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}