Make the publish PyPi manual to fit current release process (#3851)

This commit is contained in:
mamoodi
2024-09-12 20:53:19 -04:00
committed by GitHub
parent 4b5240cdf7
commit bff9296d68

View File

@@ -1,9 +1,14 @@
name: Release workflow
# Publishes the OpenHands PyPi package
name: Publish PyPi Package
# Triggered manually
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch:
inputs:
reason:
description: 'Reason for manual trigger'
required: true
default: ''
jobs:
release: