We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6871b commit 523730eCopy full SHA for 523730e
1 file changed
.github/workflows/publish-pypi-test.yml
@@ -22,6 +22,7 @@ jobs:
22
env:
23
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
24
run: |
25
+ poetry config http-basic.testpypi ${{ secrets.TEST_PYPI_API_TOKEN }} ""
26
poetry build
27
poetry config repositories.testpypi https://test.pypi.org/legacy/
28
poetry publish -r testpypi
0 commit comments