Skip to content

Commit 3ab4604

Browse files
committed
fixup! Add make build for macOS
1 parent c374eb3 commit 3ab4604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Build Python macOS wheels
6868
if: runner.os == 'macOS'
69-
run: make build
69+
run: python -m build --wheel --outdir wheelhouse
7070

7171
# https://github.com/actions/upload-artifact
7272
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)