Skip to content

Commit 0bee4bb

Browse files
committed
Rename secrets from PYPI_PASSWORD to PYPI_API_TOKEN
1 parent 52814b7 commit 0bee4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
- name: Publish to Test PyPI
5656
uses: pypa/gh-action-pypi-publish@v1.4.2
5757
with:
58-
password: ${{ secrets.test_pypi_password }}
58+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
5959
repository_url: https://test.pypi.org/legacy/
6060

6161
- name: Publish to PyPI
6262
if: startsWith(github.ref, 'refs/tags')
6363
uses: pypa/gh-action-pypi-publish@v1.4.2
6464
with:
65-
password: ${{ secrets.pypi_password }}
65+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)