Skip to content

Commit 5e17ba5

Browse files
authored
Rename to PYPI_API_TOKEN (#52)
* add RELEASE_PROCESS.md * add publish-to-pypi worflow * fix commands * Rename to PYPI_API_TOKEN
1 parent 52dfbe4 commit 5e17ba5

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
@@ -39,5 +39,5 @@ jobs:
3939
if: startsWith(github.ref, 'refs/tags')
4040
uses: pypa/gh-action-pypi-publish@release/v1
4141
with:
42-
password: ${{ secrets.PYPI_API_TOKEN_HUB }}
43-
verbose: true
42+
password: ${{ secrets.PYPI_API_TOKEN }}
43+
verbose: true

0 commit comments

Comments
 (0)