Skip to content

Commit

Permalink
build multiple python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 16, 2023
1 parent 73dae89 commit 77d89e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ before_install:
- export HOMEBREW_NO_INSTALL_CLEANUP=1
- brew install libomp
- brew link --force libomp
- brew install python@3.10
#- brew install python@3.8
#- brew install python@3.9
#- brew install python@3.10
Expand Down Expand Up @@ -54,6 +55,9 @@ script:
- python -m pip install --upgrade pip
- python -m pip install wheel
- python -m pip wheel . -w ../dist/ --verbose
- brew install python@3.10
- python3 --version
- python3 -m pip wheel . -w ../dist/ --verbose
- cd ..
- chmod +x .github/check-pypi-upload.sh
- GITHUB_OUTPUT=./pypi_upload .github/check-pypi-upload.sh
Expand Down

0 comments on commit 77d89e2

Please sign in to comment.