Skip to content

Commit 666df66

Browse files
committed
fix pypi
1 parent 0006142 commit 666df66

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Build and publish to pypi
22

33
on:
4-
workflow_run:
5-
workflows: ["Release"]
6-
types:
7-
- completed
4+
release:
5+
types: [published]
86

97
jobs:
108
# Push a new release to PyPI

0 commit comments

Comments
 (0)