mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-09 01:52:39 +00:00
release new wheels
This commit is contained in:
parent
8cda08e0c5
commit
12bcb5f9df
8
.github/workflows/macos-cpu-wheels.yml
vendored
8
.github/workflows/macos-cpu-wheels.yml
vendored
@ -27,11 +27,11 @@ jobs:
|
|||||||
id: set-matrix
|
id: set-matrix
|
||||||
run: |
|
run: |
|
||||||
# outputting for debugging purposes
|
# outputting for debugging purposes
|
||||||
# python ./scripts/github_actions/generate_build_matrix.py --for-macos
|
python ./scripts/github_actions/generate_build_matrix.py --for-macos
|
||||||
# MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-macos)
|
MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-macos)
|
||||||
|
|
||||||
python ./scripts/github_actions/generate_build_matrix.py --for-macos --test-only-latest-torch
|
# python ./scripts/github_actions/generate_build_matrix.py --for-macos --test-only-latest-torch
|
||||||
MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-macos --test-only-latest-torch)
|
# MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-macos --test-only-latest-torch)
|
||||||
echo "::set-output name=matrix::${MATRIX}"
|
echo "::set-output name=matrix::${MATRIX}"
|
||||||
|
|
||||||
build_wheels_macos_cpu:
|
build_wheels_macos_cpu:
|
||||||
|
@ -27,11 +27,11 @@ jobs:
|
|||||||
id: set-matrix
|
id: set-matrix
|
||||||
run: |
|
run: |
|
||||||
# outputting for debugging purposes
|
# outputting for debugging purposes
|
||||||
# python ./scripts/github_actions/generate_build_matrix.py --for-arm64
|
python ./scripts/github_actions/generate_build_matrix.py --for-arm64
|
||||||
# MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-arm64)
|
MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-arm64)
|
||||||
|
|
||||||
python ./scripts/github_actions/generate_build_matrix.py --test-only-latest-torch --for-arm64
|
# python ./scripts/github_actions/generate_build_matrix.py --test-only-latest-torch --for-arm64
|
||||||
MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --test-only-latest-torch --for-arm64)
|
# MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --test-only-latest-torch --for-arm64)
|
||||||
echo "::set-output name=matrix::${MATRIX}"
|
echo "::set-output name=matrix::${MATRIX}"
|
||||||
|
|
||||||
build-manylinux-wheels:
|
build-manylinux-wheels:
|
||||||
|
8
.github/workflows/ubuntu-cpu-wheels.yml
vendored
8
.github/workflows/ubuntu-cpu-wheels.yml
vendored
@ -27,11 +27,11 @@ jobs:
|
|||||||
id: set-matrix
|
id: set-matrix
|
||||||
run: |
|
run: |
|
||||||
# outputting for debugging purposes
|
# outputting for debugging purposes
|
||||||
# python ./scripts/github_actions/generate_build_matrix.py
|
python ./scripts/github_actions/generate_build_matrix.py
|
||||||
# MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py)
|
MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py)
|
||||||
|
|
||||||
python ./scripts/github_actions/generate_build_matrix.py --test-only-latest-torch
|
# python ./scripts/github_actions/generate_build_matrix.py --test-only-latest-torch
|
||||||
MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --test-only-latest-torch)
|
# MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --test-only-latest-torch)
|
||||||
echo "::set-output name=matrix::${MATRIX}"
|
echo "::set-output name=matrix::${MATRIX}"
|
||||||
|
|
||||||
build-manylinux-wheels:
|
build-manylinux-wheels:
|
||||||
|
8
.github/workflows/windows-x64-cpu-wheels.yml
vendored
8
.github/workflows/windows-x64-cpu-wheels.yml
vendored
@ -27,11 +27,11 @@ jobs:
|
|||||||
id: set-matrix
|
id: set-matrix
|
||||||
run: |
|
run: |
|
||||||
# outputting for debugging purposes
|
# outputting for debugging purposes
|
||||||
# python ./scripts/github_actions/generate_build_matrix.py --for-windows
|
python ./scripts/github_actions/generate_build_matrix.py --for-windows
|
||||||
# MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-windows)
|
MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-windows)
|
||||||
|
|
||||||
python ./scripts/github_actions/generate_build_matrix.py --for-windows --test-only-latest-torch
|
# python ./scripts/github_actions/generate_build_matrix.py --for-windows --test-only-latest-torch
|
||||||
MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-windows --test-only-latest-torch)
|
# MATRIX=$(python ./scripts/github_actions/generate_build_matrix.py --for-windows --test-only-latest-torch)
|
||||||
echo "::set-output name=matrix::${MATRIX}"
|
echo "::set-output name=matrix::${MATRIX}"
|
||||||
|
|
||||||
build_wheels_win64_cpu:
|
build_wheels_win64_cpu:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user