Skip to content

Commit bb6871b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: Gr1N/setup-poetry@v2
2121
- name: Build and publish to PyPi
2222
env:
23-
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
23+
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
2424
run: |
2525
poetry build
2626
poetry config repositories.testpypi https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)