Skip to content

Commit b9abfcf

Browse files
author
Evert
committed
Add publish_to_pypi param
1 parent 079d5db commit b9abfcf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/on_external_dispatch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
type: string
1111
description: Force version (vX.Y.Z-((rc|post)N))
1212
required: false
13+
publish_to_pypi:
14+
type: boolean
15+
description: Publish packages to PyPI?
16+
required: true
17+
default: false
1318

1419
jobs:
1520
externally_triggered_build:

0 commit comments

Comments
 (0)