Skip to content

Commit e648684

Browse files
authored
Change artifact download pattern in buildwheels.yml
1 parent c3be1c7 commit e648684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
steps:
185185
- uses: actions/download-artifact@v5
186186
with:
187-
pattern: dist-*
187+
pattern: cibw-sdist
188188
merge-multiple: true
189189
path: dist
190190
- run: pip install --no-binary PyPartMC dist/PyPartMC*tar.gz

0 commit comments

Comments
 (0)