We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e62777 commit 6c41a62Copy full SHA for 6c41a62
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
python -m pip install wheel
85
python setup.py sdist bdist_wheel
86
- name: Publish a Python distribution to PyPI
87
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1
+ uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
88
- name: sleep and wait for package to refresh
89
run: |
90
sleep 2m
0 commit comments