Skip to content

Commit 673f59a

Browse files
authored
Merge pull request #11 from tiwilliam/cursor/download-filtered-artifacts-by-pattern-ebe1
Download filtered artifacts by pattern
2 parents 595080d + 4e58ae1 commit 673f59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- uses: actions/download-artifact@v4
111111
with:
112-
pattern: wheels-*-${{ github.run_attempt }}
112+
pattern: wheels-*
113113
merge-multiple: true
114114
- name: Publish to PyPI
115115
uses: PyO3/maturin-action@v1

0 commit comments

Comments
 (0)