From da8aa8a13739d2fcff13e9325d3108cd04080cce Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 21 Oct 2023 23:46:29 +0800 Subject: [PATCH] small fixes --- .github/workflows/ubuntu-cuda-wheels.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu-cuda-wheels.yml b/.github/workflows/ubuntu-cuda-wheels.yml index bcfc307..abd9585 100644 --- a/.github/workflows/ubuntu-cuda-wheels.yml +++ b/.github/workflows/ubuntu-cuda-wheels.yml @@ -2,6 +2,8 @@ name: build-wheels-cuda-ubuntu on: push: + branches: + - fix-wheel tags: - '*' workflow_dispatch: @@ -17,7 +19,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Generating build matrix @@ -38,7 +40,7 @@ jobs: ${{ fromJson(needs.generate_build_matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -79,7 +81,7 @@ jobs: ls -lh ./wheelhouse/ - name: Upload Wheel - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cuda path: wheelhouse/*.whl