From 6ddc5cd6ee53d1fceaeb69c8b4bfd48e41fa79c8 Mon Sep 17 00:00:00 2001 From: Douglas Date: Tue, 14 Oct 2025 08:21:19 -0700 Subject: [PATCH 1/2] Update PyPI publish action version --- .github/workflows/pr-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index c532365..0c0a755 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -57,7 +57,7 @@ jobs: - name: Publish to Test PyPI if: steps.version_check.outputs.exists != 'true' - uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 + uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d with: repository-url: https://test.pypi.org/legacy/ verbose: true From a61fc6d8740de7fe37cf27e21a99c25930711b6a Mon Sep 17 00:00:00 2001 From: Douglas Date: Tue, 14 Oct 2025 08:23:24 -0700 Subject: [PATCH 2/2] Update PyPI publish action version --- .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 5914c31..4fa6c1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: - name: Publish to PyPI if: steps.version_check.outputs.pypi_exists != 'true' - uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 + uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d - name: Verify package is installable id: verify_package