Skip to content

Commit

Permalink
update python version in building linux wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyu Wang committed Mar 13, 2023
1 parent 37b4678 commit 52ae7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: runner.os == 'Linux' && matrix.python-version == '3.7'
uses: RalfG/python-wheels-manylinux-build@v0.3.1-manylinux2010_x86_64
with:
python-versions: 'cp36-cp36m cp37-cp37m'
python-versions: 'cp37-cp37m cp38-cp38m cp39-cp39m'
build-requirements: 'numpy'
pip-wheel-args: '-w ./wheelhouse' # save wheel packages to wheelhouse folder
pre-build-command: 'export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH'
Expand Down

0 comments on commit 52ae7a4

Please sign in to comment.