File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ task:
2727 build_script :
2828 - sudo cp physac/src/physac.h /usr/local/include/
2929 - sudo cp raygui/src/raygui.h /usr/local/include/
30- - /opt/homebrew/bin/python3 -m pip install --upgrade pip
31- - /opt/homebrew/bin/python3 -m pip install cffi
32- - /opt/homebrew/bin/python3 -m pip install setuptools
33- - /opt/homebrew/bin/python3 -m pip install wheel
34- - /opt/homebrew/bin/python3 setup.py bdist_wheel
30+ - /opt/homebrew/bin/python@${PY_VER} -m pip install --upgrade pip
31+ - /opt/homebrew/bin/python@${PY_VER} -m pip install cffi
32+ - /opt/homebrew/bin/python@${PY_VER} -m pip install setuptools
33+ - /opt/homebrew/bin/python@${PY_VER} -m pip install wheel
34+ - /opt/homebrew/bin/python@${PY_VER} setup.py bdist_wheel
3535 artifacts :
3636 path : " dist/*"
You can’t perform that action at this time.
0 commit comments