From 929d165dcf0e358d5dfc7b01fa59e9c9614d8be1 Mon Sep 17 00:00:00 2001 From: Paarth Shah Date: Tue, 15 Jul 2025 03:42:26 -0700 Subject: [PATCH] Add missing environment from release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a46f2d5..aa7ca71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -156,6 +156,9 @@ jobs: runs-on: ubuntu-latest if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }} needs: [linux, musllinux, windows, macos, sdist] + environment: + name: pypi + url: https://pypi.org/p/vodozemac permissions: # Use to sign the release artifacts id-token: write