We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2a27e commit 128e493Copy full SHA for 128e493
1 file changed
.github/workflows/wheels.yml
@@ -62,7 +62,8 @@ jobs:
62
63
- name: Install build deps (macOS)
64
if: runner.os == 'macOS'
65
- run: pip install setuptools build
+ run: |
66
+ pip install build
67
68
- name: Build Python macOS wheels
69
0 commit comments