mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-14 04:22:19 +00:00
small fixes
This commit is contained in:
parent
46ab855aa5
commit
da8aa8a137
8
.github/workflows/ubuntu-cuda-wheels.yml
vendored
8
.github/workflows/ubuntu-cuda-wheels.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user