We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b6298 commit 86fe033Copy full SHA for 86fe033
1 file changed
.github/workflows/main.yml
@@ -71,7 +71,7 @@ jobs:
71
python -m pip install wheel
72
python setup.py sdist bdist_wheel
73
- name: Publish a Python distribution to PyPI
74
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1
+ uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1
75
- name: sleep and wait for package to refresh
76
run: |
77
sleep 2m
0 commit comments