mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-04-20 14:29:28 +00:00
Update build actions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Build Wheels & Release
|
||||
name: Build Wheels & Release ROCm62
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
# Setup Python
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
@@ -195,13 +195,13 @@ jobs:
|
||||
|
||||
# Upload files
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: matrix.artname == 'wheel'
|
||||
with:
|
||||
name: 'wheel'
|
||||
path: ./dist/*
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: matrix.artname == 'sdist'
|
||||
with:
|
||||
name: 'sdist'
|
||||
|
||||
6
.github/workflows/build-wheels-release.yml
vendored
6
.github/workflows/build-wheels-release.yml
vendored
@@ -158,7 +158,7 @@ jobs:
|
||||
|
||||
# Setup Python
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
@@ -297,13 +297,13 @@ jobs:
|
||||
|
||||
# Upload files
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: matrix.artname == 'wheel'
|
||||
with:
|
||||
name: 'wheel'
|
||||
path: ./dist/*
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: matrix.artname == 'sdist'
|
||||
with:
|
||||
name: 'sdist'
|
||||
|
||||
Reference in New Issue
Block a user