Skip to content

Commit

Permalink
Restore Python 3.8 deployment in macOS script. [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
crisluengo committed Feb 22, 2021
1 parent 27e95c1 commit ff3429f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/travis/deploy_macos.sh
Expand Up @@ -26,11 +26,11 @@ make -j $BUILD_THREADS bdist_wheel
python3 $DELOCATE -w wheelhouse/ -v pydip/staging/dist/*.whl

# Python 3.8
#export PYTHON=/usr/local/opt/python@3.8/bin/python3
#export PYTHON_VERSION=3.8
#cmake .. -DPYBIND11_PYTHON_VERSION=$PYTHON_VERSION -DPYTHON_EXECUTABLE=$PYTHON
#make -j $BUILD_THREADS bdist_wheel
#python3 $DELOCATE -w wheelhouse/ -v pydip/staging/dist/*.whl
export PYTHON=/usr/local/opt/python@3.8/bin/python3
export PYTHON_VERSION=3.8
cmake .. -DPYBIND11_PYTHON_VERSION=$PYTHON_VERSION -DPYTHON_EXECUTABLE=$PYTHON
make -j $BUILD_THREADS bdist_wheel
python3 $DELOCATE -w wheelhouse/ -v pydip/staging/dist/*.whl

# Python 3.9
export PYTHON=/usr/local/opt/python@3.9/bin/python3
Expand Down

0 comments on commit ff3429f

Please sign in to comment.