Skip to content

Commit

Permalink
ci: update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzoghenzo committed Sep 26, 2023
1 parent 05359f9 commit c468452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
with:
PACKAGE_DIRECTORY: "./psa_ccc"
PYTHON_VERSION: ${{ env.DEFAULT_PYTHON }}
POETRY_VERSION: "1.4.0"
BRANCH: main
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
# PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
PUBLISH_REGISTRY: "https://test.pypi.org/legacy/"

0 comments on commit c468452

Please sign in to comment.