From 6b1d1869f3e1d5bcbec7c3391cada7b585dfc259 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Thu, 25 Sep 2025 10:03:01 -0400 Subject: [PATCH] Run pypi workflow on tags (#11112) --- .github/workflows/pypi-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 28efba4976..57098f286e 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -1,7 +1,7 @@ # Publishes the OpenHands PyPi package name: Publish PyPi Package -# Triggered manually + on: workflow_dispatch: inputs: @@ -9,6 +9,9 @@ on: description: 'Reason for manual trigger' required: true default: '' + push: + tags: + - "*" jobs: release: