From 8a41f515484c29b1aa0fecfbc8d19216e2ee4331 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:41:38 +0000 Subject: [PATCH 1/2] Initial plan From d93f1cb2cc47107e0bf03da55eb37a1e68c1bd05 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:47:47 +0000 Subject: [PATCH 2/2] Add GitHub environments to publishing jobs for OIDC Trusted Publisher alignment --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index da5d34b..33278db 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,6 +49,7 @@ jobs: needs: build if: github.event_name == 'release' && github.event.action == 'published' runs-on: ubuntu-latest + environment: pypi permissions: id-token: write steps: @@ -66,6 +67,7 @@ jobs: needs: build if: github.event_name == 'push' && github.ref == 'refs/heads/master' runs-on: ubuntu-latest + environment: testpypi permissions: id-token: write steps: