Skip to content

Commit 63620e0

Browse files
authored
Fix token for TestPyPI (realpython#20)
1 parent ac72a34 commit 63620e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
3434
user: __token__
35-
password: ${{ secrets.PYPI_API_TOKEN }}
35+
password: ${{ secrets.TESTPYPI_API_TOKEN }}
3636
repository-url: https://test.pypi.org/legacy/
3737

3838
- name: Create GitHub Release

0 commit comments

Comments
 (0)