Skip to content

Commit 200e385

Browse files
authored
Merge pull request #42 from pyiron/pypi
Fix pypi release
2 parents baca495 + 83ee92f commit 200e385

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/preview-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
name: Preview Release
66

77
on:
8-
pull_request:
9-
# release:
10-
# types: [ published ]
8+
release:
9+
types: [ published ]
1110

1211
jobs:
1312
pyiron:
@@ -16,4 +15,5 @@ jobs:
1615
with:
1716
runner: 'ubuntu-22.04' # with ubuntu > 22.04, pip is broken
1817
semantic-upper-bound: 'minor'
19-
publish-to-pypi: false
18+
lower-bound-yaml: '.ci_support/lower_bound.yml'
19+
publish-to-pypi: true

0 commit comments

Comments
 (0)