From 2e7dfbdf7724f3006719593cb8a64371a61db5d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:12:52 +0000 Subject: [PATCH 1/2] Initial plan From c0ab2dc1372fab30cdd75cd7758b2eaa88be83f3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:18:51 +0000 Subject: [PATCH 2/2] fix: add tags trigger to release workflow to enable tag-based releases Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com> --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4389c264..59216f53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,8 @@ - 'copilot/**' - 'dependabot/**' - 'pre-commit-ci-update-config' + tags: + - 'v*' pull_request: name: Release to pypi jobs: