Update main.yml with version 1.2.9

This commit is contained in:
Rajat Sen
2025-03-06 16:14:57 -08:00
committed by GitHub
parent 898fbcb00d
commit cec7fb4d43
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
# e.g. poetry version 0.1.${{ github.run_number }}
- name: Set Version number
run: |
poetry version 1.2.8
poetry version 1.2.9
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry publish --build
poetry publish --build