small fixes

This commit is contained in:
Fangjun Kuang 2023-10-21 23:46:29 +08:00
parent 46ab855aa5
commit da8aa8a137

View File

@ -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