Skip to content

Commit 2dcec2e

Browse files
authored
Merge pull request #21 from abstractqqq/use-patterns-for-download-sdist-artifacts
Update CI.yml
2 parents ccf6534 + 297d41b commit 2dcec2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ jobs:
150150
merge-multiple: true
151151
- uses: actions/download-artifact@v4
152152
with:
153-
name: wheels
153+
pattern: sdist-*
154+
merge-multiple: true
154155
- name: Publish to PyPI
155156
uses: PyO3/maturin-action@v1
156157
with:

0 commit comments

Comments
 (0)