Skip to content

Commit

Permalink
chore: add an option to manually run release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-olivier committed Nov 15, 2024
1 parent dc48337 commit 020413e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
name: Release
on:
workflow_dispatch:
inputs:
releaseBranchVersion:
description: >
"This workflow will create and publish a pip package.
Warning: use this workflow manually only if it fails after a validation
of a draft release.
Enter the release branch version release/X.XXX.0:"
required: true
type: string
default: "X.XXX.0"
release:
types: [released]

Expand Down

0 comments on commit 020413e

Please sign in to comment.