Skip to content

Commit 4ddca1f

Browse files
committed
fix(ci): correctly download wheel artifacts
1 parent 5f07fca commit 4ddca1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
- uses: actions/download-artifact@v3
136136
with:
137137
name: wheels
138+
path: dist
138139
- uses: softprops/action-gh-release@v1
139140
with:
140141
files: 'dist/*'

0 commit comments

Comments
 (0)