We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086cd78 commit 84088e7Copy full SHA for 84088e7
1 file changed
.github/workflows/publish-to-pypi.yaml
@@ -2,6 +2,7 @@ name: Publish divbase-lib and divbase-cli packages to PyPI
2
on:
3
release:
4
types: [published]
5
+ workflow_dispatch: # should ideally only be used for e.g. X.X.X.dev releases
6
7
jobs:
8
build-divbase-lib-and-cli:
0 commit comments