Skip to content

Commit 59c26f2

Browse files
committed
Updated variable name
1 parent 1979321 commit 59c26f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
uses: pypa/gh-action-pypi-publish@release/v1
4040
with:
4141
skip_existing: true
42-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
42+
password: ${{ secrets.PYPI_API_TOKEN }}
4343
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)