Skip to content

Commit 8bd4371

Browse files
authored
fix: update action version (#126)
Refs: #124 Since the workflow only triggers on published release, this code won't be exercised until the next release.
1 parent 37a5863 commit 8bd4371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Publish to test.pypi.org
3737
if: >- # "create" workflows run separately from "push" & "pull_request"
3838
github.event_name == 'release'
39-
uses: pypa/gh-action-pypi-publish@v1
39+
uses: pypa/gh-action-pypi-publish@v1.5.1
4040
with:
4141
password: ${{ secrets.testpypi_password }}
4242
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)