update upload artifact version

This commit is contained in:
Fangjun Kuang 2024-10-18 10:38:24 +08:00
parent ca22057a86
commit 176222fd64
5 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ jobs:
python3 -c "import kaldifeat; print(kaldifeat.__version__)" python3 -c "import kaldifeat; print(kaldifeat.__version__)"
- name: Upload Wheel - name: Upload Wheel
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: python-${{ matrix.python-version }}-${{ matrix.os }}-cpu name: python-${{ matrix.python-version }}-${{ matrix.os }}-cpu
path: dist/*.whl path: dist/*.whl

View File

@ -159,7 +159,7 @@ jobs:
python3 -c "import kaldifeat; print(kaldifeat.__version__)" python3 -c "import kaldifeat; print(kaldifeat.__version__)"
- name: Upload Wheel - name: Upload Wheel
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: python-${{ matrix.python-version }}-${{ matrix.os }}-cuda-${{ matrix.cuda }} name: python-${{ matrix.python-version }}-${{ matrix.os }}-cuda-${{ matrix.cuda }}
path: dist/*.whl path: dist/*.whl

View File

@ -73,7 +73,7 @@ jobs:
ls -lh ./wheelhouse/ ls -lh ./wheelhouse/
- name: Upload Wheel - name: Upload Wheel
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu
path: wheelhouse/*.whl path: wheelhouse/*.whl

View File

@ -63,7 +63,7 @@ jobs:
ls -lh ./wheelhouse/ ls -lh ./wheelhouse/
- name: Upload Wheel - name: Upload Wheel
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-windows-latest-cpu name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-windows-latest-cpu
path: wheelhouse/*.whl path: wheelhouse/*.whl

View File

@ -260,7 +260,7 @@ def generate_build_matrix(enable_cuda, for_windows, for_macos, test_only_latest_
), ),
}, },
"2.5.0": { "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"], "python-version": ["3.9", "3.10", "3.11", "3.12", "3.13"],
"cuda": ( "cuda": (
["11.8", "12.1", "12.4"] # default 12.4 ["11.8", "12.1", "12.4"] # default 12.4