From 3fae2be03be7b755464ccef9576f91b9aa653d88 Mon Sep 17 00:00:00 2001 From: "Keto D. Zhang" Date: Mon, 17 Jun 2024 13:01:16 -0700 Subject: [PATCH] fix: Wrong pypi url in release.yml --- .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 02cb9e9..af9b62b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/ + url: https://pypi.org/p/asdf-pydantic/ permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing