From 8bd4371b47fb4a7f3ba0f42d6b1adcfff0bb6884 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sat, 24 Dec 2022 09:58:22 -0500 Subject: [PATCH] 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. --- .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/