Temporarily disable wheel building

It will be re-enabled after the torch-mlir excision is completed.
pull/305/head
Sean Silva 2021-09-10 21:40:16 -07:00 committed by GitHub
parent a7252f9a06
commit 0d8af19550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -79,11 +79,11 @@ jobs:
uses: hendrikmuhs/ccache-action@4687d037e4d7cf725512d9b819137a3af34d39b3
with:
key: ${{ runner.os }}-wheel-${{ steps.get-submodule-hash.outputs.hash }}
- name: Build wheels
run: |
cd $GITHUB_WORKSPACE
./build_tools/build_python_wheels.sh
- uses: actions/upload-artifact@v2
with:
name: ubuntu-20.04-wheels
path: wheelhouse/
#- name: Build wheels
# run: |
# cd $GITHUB_WORKSPACE
# ./build_tools/build_python_wheels.sh
#- uses: actions/upload-artifact@v2
# with:
# name: ubuntu-20.04-wheels
# path: wheelhouse/