We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4241300 commit 7f4b833Copy full SHA for 7f4b833
1 file changed
.github/workflows/publish.yaml
@@ -40,7 +40,8 @@ jobs:
40
poetry config repositories.testpypi https://test.pypi.org/legacy/
41
poetry publish -r testpypi
42
env:
43
- POETRY_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
44
+ POETRY_REPOSITORIES_TESTPYPI: https://test.pypi.org/legacy/
45
- name: push to real repo
46
run: |
47
poetry publish
0 commit comments