From c0442f18c6f3b726be893055105249619d3f6749 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:03:48 +0000 Subject: [PATCH 1/2] Initial plan From 192cb3edba5eea0f72f78b03a7f376031dece1b4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:05:28 +0000 Subject: [PATCH 2/2] Fix upload_pypi: download artifact by name instead of non-matching pattern --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d555c6..33742fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,10 +37,7 @@ jobs: steps: - uses: actions/download-artifact@v8 with: - # unpacks default artifact into dist/ - # if `name: artifact` is omitted, the action will create extra parent dir - pattern: artifact_* - merge-multiple: true + name: artifact path: dist - name: Publish a Python distribution to PyPI