Run pypi workflow on tags (#11112)

This commit is contained in:
mamoodi 2025-09-25 10:03:01 -04:00 committed by GitHub
parent e376c2bfd1
commit 6b1d1869f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: