Revising messages during import

This commit is contained in:
Rajat Sen
2025-01-22 21:58:28 +00:00
parent ded73ed55f
commit 1f6146188c
3 changed files with 19 additions and 9 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.7
poetry version 1.2.8
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}