Skip to content

Commit

Permalink
Make the publish PyPi manual to fit current release process (#3851)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoodi authored Sep 13, 2024
1 parent 4b5240c commit bff9296
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit bff9296

Please sign in to comment.