Skip to content

Commit ddb9084

Browse files
committed
forces re-run of action
1 parent db2628a commit ddb9084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
name: Upload Python Package
1010

1111
on:
12-
release:
13-
types: [published]
14-
branches: [main]
12+
push:
13+
branches:
14+
- main
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)