Skip to content

Commit 363506a

Browse files
committed
wheels: download artifacts into dist
1 parent fe61537 commit 363506a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-wheels.yml

+4
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ jobs:
162162
id-token: write
163163
steps:
164164
- uses: actions/download-artifact@v4
165+
with:
166+
path: dist
167+
merge-multiple: true
168+
165169
- uses: actions/setup-python@v4
166170
with:
167171
python-version: 3.8

0 commit comments

Comments
 (0)