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 8fd2ed4 commit b18604fCopy full SHA for b18604f
.github/workflows/on_external_dispatch.yml
@@ -1,3 +1,4 @@
1
+# External Dispatch is called by duckdb's InvokeCI -> NotifyExternalRepositories job
2
name: External Dispatch
3
on:
4
workflow_dispatch:
.github/workflows/upload_to_pypi.yml
@@ -1,6 +1,6 @@
-name: upload_to_pypi.yml
+name: Upload Artifacts to PyPI
- # this workflow runs after the below workflows are completed
+ # this workflow runs after the "External Dispatch" workflow is completed
workflow_run:
5
workflows: [ External Dispatch ]
6
types: [ completed ]
0 commit comments