Skip to content

Commit

Permalink
Fix action version (#111)
Browse files Browse the repository at this point in the history
Apparently dependabot failed to propose new versions for this likely because original tag did not exist.
  • Loading branch information
ssbarnea committed Sep 29, 2022
1 parent e488bc9 commit 0a414bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Publish to pypi.org
if: >- # "create" workflows run separately from "push" & "pull_request"
github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@v1.5.1
with:
password: ${{ secrets.pypi_password }}

0 comments on commit 0a414bb

Please sign in to comment.