Update main.yml
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
# e.g. poetry version 0.1.${{ github.run_number }}
|
||||
- name: Set Version number
|
||||
run: |
|
||||
poetry version 1.2.9
|
||||
poetry version 1.3.0
|
||||
- name: Build and Publish to PyPI
|
||||
run: |
|
||||
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user