We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cda00 commit ff53d13Copy full SHA for ff53d13
.github/workflows/tests.yml
@@ -74,7 +74,7 @@ jobs:
74
pip install wheel
75
python setup.py sdist bdist_wheel
76
- name: Publish
77
- uses: pypa/gh-action-pypi-publish@v1.1.0
+ uses: pypa/gh-action-pypi-publish@v1.8.11
78
with:
79
user: __token__
80
password: ${{ secrets.PYPI_KEY }}
0 commit comments