From 176222fd649f6db8cb9d76b2fba316688bdeb587 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 18 Oct 2024 10:38:24 +0800 Subject: [PATCH] update upload artifact version --- .github/workflows/run-tests-windows-cpu.yml | 2 +- .github/workflows/run-tests-windows-cuda.yml | 2 +- .github/workflows/ubuntu-cpu-wheels.yml | 2 +- .github/workflows/windows-x64-cpu-wheels.yml | 2 +- scripts/github_actions/generate_build_matrix.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run-tests-windows-cpu.yml b/.github/workflows/run-tests-windows-cpu.yml index cb3e62e..8d33247 100644 --- a/.github/workflows/run-tests-windows-cpu.yml +++ b/.github/workflows/run-tests-windows-cpu.yml @@ -107,7 +107,7 @@ jobs: python3 -c "import kaldifeat; print(kaldifeat.__version__)" - name: Upload Wheel - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: python-${{ matrix.python-version }}-${{ matrix.os }}-cpu path: dist/*.whl diff --git a/.github/workflows/run-tests-windows-cuda.yml b/.github/workflows/run-tests-windows-cuda.yml index 937a445..9845b56 100644 --- a/.github/workflows/run-tests-windows-cuda.yml +++ b/.github/workflows/run-tests-windows-cuda.yml @@ -159,7 +159,7 @@ jobs: python3 -c "import kaldifeat; print(kaldifeat.__version__)" - name: Upload Wheel - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: python-${{ matrix.python-version }}-${{ matrix.os }}-cuda-${{ matrix.cuda }} path: dist/*.whl diff --git a/.github/workflows/ubuntu-cpu-wheels.yml b/.github/workflows/ubuntu-cpu-wheels.yml index 4159bc6..cf8b072 100644 --- a/.github/workflows/ubuntu-cpu-wheels.yml +++ b/.github/workflows/ubuntu-cpu-wheels.yml @@ -73,7 +73,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-cpu path: wheelhouse/*.whl diff --git a/.github/workflows/windows-x64-cpu-wheels.yml b/.github/workflows/windows-x64-cpu-wheels.yml index f9a1a92..cc81d14 100644 --- a/.github/workflows/windows-x64-cpu-wheels.yml +++ b/.github/workflows/windows-x64-cpu-wheels.yml @@ -63,7 +63,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 }}-windows-latest-cpu path: wheelhouse/*.whl diff --git a/scripts/github_actions/generate_build_matrix.py b/scripts/github_actions/generate_build_matrix.py index 550e868..bc6eb59 100755 --- a/scripts/github_actions/generate_build_matrix.py +++ b/scripts/github_actions/generate_build_matrix.py @@ -260,7 +260,7 @@ def generate_build_matrix(enable_cuda, for_windows, for_macos, test_only_latest_ ), }, "2.5.0": { - # Only Linux support python 3.13 + # Only Linux supports python 3.13 "python-version": ["3.9", "3.10", "3.11", "3.12", "3.13"], "cuda": ( ["11.8", "12.1", "12.4"] # default 12.4