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 4e7f9d3 commit e81bfd1Copy full SHA for e81bfd1
.github/workflows/dist-python.yml
@@ -77,8 +77,8 @@ jobs:
77
if: runner.os == 'macOS'
78
run: brew install pkg-config
79
80
- - name: Install cibuildwheel
81
- run: python -m pip install "cibuildwheel>=2.4,<3"
+ - name: Install deps
+ run: python -m pip install "cibuildwheel>=2.4,<3" uv rust-just
82
83
- name: Build MacOS Py39 Wheels
84
if: ${{ matrix.python == 'cp39' && matrix.buildplat[0] == 'macos-11' }}
0 commit comments