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