push poetry version

This commit is contained in:
Rajat Sen
2024-12-31 00:07:59 +00:00
parent db5fb13c62
commit 4aec27ee02
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
# e.g. poetry version 0.1.${{ github.run_number }}
- name: Set Version number
run: |
poetry version 1.2.5
poetry version 1.2.6
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}