We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced9bc8 commit bb6871bCopy full SHA for bb6871b
1 file changed
.github/workflows/publish-pypi-test.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: Gr1N/setup-poetry@v2
21
- name: Build and publish to PyPi
22
env:
23
- POETRY_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
24
run: |
25
poetry build
26
poetry config repositories.testpypi https://test.pypi.org/legacy/
0 commit comments