We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f11b5 commit a4ff7f5Copy full SHA for a4ff7f5
.github/workflows/wheels.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
python-version: 3.x
31
- name: Build wheels
32
- run: pip wheel .
+ run: pip wheel . -w dist
33
- name: Upload wheels artifact
34
uses: actions/upload-artifact@v4
35
0 commit comments