Skip to content

Commit 0a31290

Browse files
authored
Update test-python-publish.yml
1 parent cfa97d3 commit 0a31290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
uses: pypa/gh-action-pypi-publish@release/v1
3636
with:
3737
username: __token__
38-
password: ${{ secrets.PYPI_TOKEN }}
38+
password: ${{ secrets.PYPI_TEST_TOKEN }}
3939
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)