Skip to content

Commit 8de7e77

Browse files
committed
Corrected scientific-python-nightly-wheels pattern
1 parent c60b36d commit 8de7e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
steps:
278278
- uses: actions/download-artifact@v5
279279
with:
280-
pattern: dist-*.whl
280+
pattern: dist-!(sdist)*
281281
path: dist
282282
merge-multiple: true
283283
- name: Upload wheels to scientific-python-nightly-wheels

0 commit comments

Comments
 (0)