Skip to content

Commit

Permalink
fix: update action version (#126)
Browse files Browse the repository at this point in the history
Refs: #124

Since the workflow only triggers on published release, this code won't be exercised until the next release.
  • Loading branch information
miketheman committed Dec 24, 2022
1 parent 37a5863 commit 8bd4371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Publish to test.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.testpypi_password }}
repository_url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 8bd4371

Please sign in to comment.