Skip to content

Commit ccf6534

Browse files
authored
Merge pull request #20 from ctdunc/chore/upload-more-wheels
Move all artifacts into 'wheels'
2 parents 7acb216 + 62c4622 commit ccf6534

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ jobs:
144144
id-token: write
145145
environment: release
146146
steps:
147+
- uses: actions/download-artifact@v4
148+
with:
149+
pattern: wheel-*
150+
merge-multiple: true
147151
- uses: actions/download-artifact@v4
148152
with:
149153
name: wheels

0 commit comments

Comments
 (0)