From 8ee92f49dd63a20d08146cb0562d4eddf885c8d9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:42:05 +0000 Subject: [PATCH 1/2] Initial plan From dd227cc88f0994cbb48c0d11ea9e2becd1e90d21 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:43:54 +0000 Subject: [PATCH 2/2] Add tags trigger to CI workflow for PyPI releases Agent-Logs-Url: https://github.com/openghg/fluxie/sessions/6a30c5b1-232b-47b4-9655-7623a1d52745 Co-authored-by: lionel42 <43442120+lionel42@users.noreply.github.com> --- .github/workflows/python-app.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ea86f9bc..3d65d676 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -6,6 +6,8 @@ name: Python application on: push: branches: [ "devel", "main" ] + tags: + - "v*" pull_request: branches: [ "devel", "main" ]