We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac72a34 commit 63620e0Copy full SHA for 63620e0
1 file changed
.github/workflows/publish.yaml
@@ -32,7 +32,7 @@ jobs:
32
uses: pypa/gh-action-pypi-publish@release/v1
33
with:
34
user: __token__
35
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.TESTPYPI_API_TOKEN }}
36
repository-url: https://test.pypi.org/legacy/
37
38
- name: Create GitHub Release
0 commit comments