From 66f8a7a9b6f9cbfb06a57af065372a07d85d5976 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Wed, 21 Dec 2022 18:07:48 -0500 Subject: [PATCH] fix: update action version Refs: #124 Since the workflow only triggers on published release, this code won't be exercised until the next release. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e20a219..7a67162 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/