Skip to content

Commit 0a414bb

Browse files
authored
Fix action version (#111)
Apparently dependabot failed to propose new versions for this likely because original tag did not exist.
1 parent e488bc9 commit 0a414bb

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
@@ -43,6 +43,6 @@ jobs:
4343
- name: Publish to pypi.org
4444
if: >- # "create" workflows run separately from "push" & "pull_request"
4545
github.event_name == 'release'
46-
uses: pypa/gh-action-pypi-publish@v1
46+
uses: pypa/gh-action-pypi-publish@v1.5.1
4747
with:
4848
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)