We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8739c commit 978330fCopy full SHA for 978330f
1 file changed
.github/workflows/publish_to_pypi.yml
@@ -6,10 +6,10 @@
6
name: Publish core to PyPi (cudmore)
7
8
# my code
9
-on:
10
- workflow_run:
11
- workflows: ["Release (cudmore)"]
12
- types: [completed]
+# on:
+# workflow_run:
+# workflows: ["Release (cudmore)"]
+# types: [completed]
13
14
# see: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
15
jobs:
0 commit comments