We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfed3a commit 5016e10Copy full SHA for 5016e10
.github/workflows/deploy.yml
@@ -54,7 +54,7 @@ jobs:
54
pip install setuptools wheel twine
55
python setup.py sdist bdist_wheel
56
- name: Publish a Python distribution to PyPI
57
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
58
with:
59
user: __token__
60
- password: ${{ secrets.pypi_password }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments