Skip to content

Commit

Permalink
Fix release to pypi (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored Feb 22, 2024
1 parent 085d8fd commit b90c4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
BRANCH: main
PYTHON_VERSION: "3.10"
POETRY_VERSION: 1.7.1
POETRY_CORE_VERSION: 1.9.0
POETRY_CORE_VERSION: 1.8.1
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 comments on commit b90c4a4

Please sign in to comment.