Skip to content

Commit 84088e7

Browse files
committed
ci: allow publish to pypi via workflow dispatch
1 parent 086cd78 commit 84088e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish divbase-lib and divbase-cli packages to PyPI
22
on:
33
release:
44
types: [published]
5+
workflow_dispatch: # should ideally only be used for e.g. X.X.X.dev releases
56

67
jobs:
78
build-divbase-lib-and-cli:

0 commit comments

Comments
 (0)