Update main.yml with version 1.2.9
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
# e.g. poetry version 0.1.${{ github.run_number }}
|
# e.g. poetry version 0.1.${{ github.run_number }}
|
||||||
- name: Set Version number
|
- name: Set Version number
|
||||||
run: |
|
run: |
|
||||||
poetry version 1.2.8
|
poetry version 1.2.9
|
||||||
- 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