Adding v2.0 support

This commit is contained in:
Rajat Sen
2024-12-30 23:55:36 +00:00
parent 5a69171296
commit 73704e5936
12 changed files with 1467 additions and 1410 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.4
poetry version 1.2.5
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}