mirror of https://github.com/llvm/torch-mlir
parent
9b7909b599
commit
2f02ae1ebe
|
@ -113,7 +113,6 @@ jobs:
|
||||||
- name: Build Python wheels and smoke test.
|
- name: Build Python wheels and smoke test.
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
python -m pip install wheel
|
|
||||||
TM_PACKAGE_VERSION=${{ github.event.inputs.python_package_version }}
|
TM_PACKAGE_VERSION=${{ github.event.inputs.python_package_version }}
|
||||||
printf "TORCH_MLIR_PYTHON_PACKAGE_VERSION=%s\n" $TM_PACKAGE_VERSION > ./torch_mlir_package_version
|
printf "TORCH_MLIR_PYTHON_PACKAGE_VERSION=%s\n" $TM_PACKAGE_VERSION > ./torch_mlir_package_version
|
||||||
TM_PYTHON_VERSIONS=${{ matrix.py_version }} TM_PACKAGES=${{ matrix.package }} TM_TORCH_VERSION="stable" ./build_tools/python_deploy/build_linux_packages.sh
|
TM_PYTHON_VERSIONS=${{ matrix.py_version }} TM_PACKAGES=${{ matrix.package }} TM_TORCH_VERSION="stable" ./build_tools/python_deploy/build_linux_packages.sh
|
||||||
|
|
Loading…
Reference in New Issue