Skip to content

Commit 6d0087d

Browse files
author
Felix Igelbrink
committed
do not trigger the publish workflow automatically
1 parent 1256206 commit 6d0087d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/python-package-build-and-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

22
name: Python package build and publish
33

4-
on:
5-
release:
6-
types: [created]
4+
on: workflow_dispatch
75

86
jobs:
97
deploy:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.idea/
22
__pycache__/
33
*.egg-info/
4-
.*/
54
*.so
65
build/
76
dist/

0 commit comments

Comments
 (0)