Skip to content

Commit 250ba69

Browse files
committed
Merge branch 'master' into test_moose
2 parents 42ff391 + 513ce21 commit 250ba69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
22
name: Publish on PyPi
33

4-
on: release
4+
on:
5+
release:
6+
types: [published]
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)