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 f16f648 commit 8b2ad8fCopy full SHA for 8b2ad8f
.github/workflows/wheels.yml
@@ -54,6 +54,11 @@ jobs:
54
PLATFORM: ${{ matrix.target[1] }}
55
run: make manylinux POLICY="$POLICY" PLATFORM="$PLATFORM" TAGS="$TAGS"
56
57
+ - name: Install build deps (macOS)
58
+ if: runner.os == 'macOS'
59
+ run: |
60
+ pip install build
61
+
62
# https://github.com/actions/upload-artifact
63
- uses: actions/upload-artifact@v4
64
with:
0 commit comments