We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf791b commit 3775edaCopy full SHA for 3775eda
.github/workflows/python-publish.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Publish distribution to Test PyPI
33
uses: pypa/gh-action-pypi-publish@v1.6.4
34
with:
35
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ password: ${{ secrets.test_pypi_api_token }}
36
repository_url: https://test.pypi.org/legacy/
37
skip_existing: true
38
verbose: true
@@ -43,6 +43,6 @@ jobs:
43
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
44
45
46
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.pypi_api_token }}
47
48
print_hash: true
0 commit comments