Skip to content

Commit 8e7fe4d

Browse files
committed
Fixing workflows
1 parent 790531a commit 8e7fe4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish to PyPI.org
2-
on: workflow_dispatch
3-
#on:
4-
#release:
5-
#types: [published]
2+
#on: workflow_dispatch
3+
on:
4+
release:
5+
types: [published]
66
jobs:
77
pypi:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)