Skip to content

Commit 523730e

Browse files
authored
Update publish-pypi-test.yml
1 parent bb6871b commit 523730e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
env:
2323
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
2424
run: |
25+
poetry config http-basic.testpypi ${{ secrets.TEST_PYPI_API_TOKEN }} ""
2526
poetry build
2627
poetry config repositories.testpypi https://test.pypi.org/legacy/
2728
poetry publish -r testpypi

0 commit comments

Comments
 (0)