Skip to content

Commit 87d0264

Browse files
committed
Use PYPI_API_TOKEN secret
1 parent 4659040 commit 87d0264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Publish distribution to PyPI
3030
uses: pypa/gh-action-pypi-publish@release/v1
3131
with:
32-
password: ${{ secrets.PYPI_TOKEN }}
32+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)