mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Make the publish PyPi manual to fit current release process (#3851)
This commit is contained in:
parent
4b5240cdf7
commit
bff9296d68
13
.github/workflows/pypi-release.yml
vendored
13
.github/workflows/pypi-release.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user