Skip to content

Commit a4ff7f5

Browse files
authored
Update wheels.yml
1 parent d6f11b5 commit a4ff7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: 3.x
3131
- name: Build wheels
32-
run: pip wheel .
32+
run: pip wheel . -w dist
3333
- name: Upload wheels artifact
3434
uses: actions/upload-artifact@v4
3535
with:

0 commit comments

Comments
 (0)