Skip to content

Commit c468452

Browse files
committed
ci: update poetry version
1 parent 05359f9 commit c468452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
with:
1919
PACKAGE_DIRECTORY: "./psa_ccc"
2020
PYTHON_VERSION: ${{ env.DEFAULT_PYTHON }}
21+
POETRY_VERSION: "1.4.0"
2122
BRANCH: main
2223
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
# PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
24+
# PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2425
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
2526
PUBLISH_REGISTRY: "https://test.pypi.org/legacy/"

0 commit comments

Comments
 (0)