Skip to content

Commit 19bf50c

Browse files
authored
Merge pull request #3454 from scipp/fix-release-wf
Fix release workflow
2 parents 0928e03 + 18a037d commit 19bf50c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
with:
8686
path: dist
8787
merge-multiple: true
88+
pattern: 'dist*'
8889
- uses: actions/setup-python@v3
8990
- uses: pypa/gh-action-pypi-publish@v1.8.14
9091
with:
@@ -102,6 +103,7 @@ jobs:
102103
with:
103104
path: dist
104105
merge-multiple: true
106+
pattern: 'conda*'
105107
- uses: conda-incubator/setup-miniconda@v3
106108
with:
107109
python-version: '3.10'

0 commit comments

Comments
 (0)