Skip to content

Commit

Permalink
Update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp committed Feb 7, 2025
1 parent 3a9618d commit 94e5790
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-wheels-release-rocm62.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Wheels & Release
name: Build Wheels & Release ROCm62

on:
workflow_dispatch:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

# Setup Python

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v3
with:
Expand Down Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:

# Setup Python

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v3
with:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 94e5790

Please sign in to comment.