From 150bdc21cb780e688665438dad2ab2e49a9d1894 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:10:15 +0000 Subject: [PATCH 1/2] Initial plan From 520ed06dee1231134692990852750c5673d2fc9d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:14:23 +0000 Subject: [PATCH 2/2] Fix upload_pypi: add contents: write permission for GitHub release upload --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33742fd..468f9ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: url: https://pypi.org/p/python-binexport permissions: id-token: write + contents: write steps: - uses: actions/download-artifact@v8 with: