Skip to content

Commit 4e58ae1

Browse files
Fix: Remove run attempt from artifact download pattern
Co-authored-by: william <[email protected]>
1 parent 595080d commit 4e58ae1

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)