Skip to content

Commit 5016e10

Browse files
authored
Update deploy.yml
1 parent 0cfed3a commit 5016e10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
pip install setuptools wheel twine
5555
python setup.py sdist bdist_wheel
5656
- name: Publish a Python distribution to PyPI
57-
uses: pypa/gh-action-pypi-publish@master
57+
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
5858
with:
5959
user: __token__
60-
password: ${{ secrets.pypi_password }}
60+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)