Skip to content

Commit 6c41a62

Browse files
authored
update github action to use later version (#235)
1 parent 3e62777 commit 6c41a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
python -m pip install wheel
8585
python setup.py sdist bdist_wheel
8686
- name: Publish a Python distribution to PyPI
87-
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1
87+
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
8888
- name: sleep and wait for package to refresh
8989
run: |
9090
sleep 2m

0 commit comments

Comments
 (0)