We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c374eb3 commit 3ab4604Copy full SHA for 3ab4604
1 file changed
.github/workflows/wheels.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Build Python macOS wheels
68
if: runner.os == 'macOS'
69
- run: make build
+ run: python -m build --wheel --outdir wheelhouse
70
71
# https://github.com/actions/upload-artifact
72
- uses: actions/upload-artifact@v4
0 commit comments