We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0bbe7 commit 06c8c99Copy full SHA for 06c8c99
1 file changed
build-wheels.sh
@@ -58,7 +58,7 @@ RUST_CHANNEL=nightly
58
# use the oldest supported one
59
if [[ $1 == "osx" ]]; then
60
brew update
61
- brew install python mmv
+ brew install mmv
62
pip install -U pip setuptools wheel
63
install_rust $RUST_CHANNEL
64
pip wheel . -w ./wheelhouse
0 commit comments