github run number for version
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
pip install poetry
|
||||
- name: Set Version number
|
||||
run: |
|
||||
poetry version ${{ github.run_number }}
|
||||
poetry version 0.0.${{ github.run_number }}
|
||||
- name: Build and Publish to PyPI
|
||||
run: |
|
||||
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user