From 46be1cfe3e4a7e6646bb1d038d4bc743592c83ae Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Thu, 16 Jan 2025 14:01:08 -0700 Subject: [PATCH] ci: update to use the correct url --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dac01d9..35b0738 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest environment: name: testpypi - url: https://test.pypi.org/p/gha-runner + url: https://test.pypi.org/p/gha_runner permissions: id-token: write steps: