Skip to content

Commit 7f4b833

Browse files
committed
hopefully fix testpypi publish step
1 parent 4241300 commit 7f4b833

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
poetry config repositories.testpypi https://test.pypi.org/legacy/
4141
poetry publish -r testpypi
4242
env:
43-
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
43+
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
44+
POETRY_REPOSITORIES_TESTPYPI: https://test.pypi.org/legacy/
4445
- name: push to real repo
4546
run: |
4647
poetry publish

0 commit comments

Comments
 (0)