Skip to content

Commit

Permalink
Fix BUILDTAG
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp committed Apr 27, 2024
1 parent 56437ae commit 8b90117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-release-rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
Write-Output "PACKAGE_VERSION=None" >> "$env:GITHUB_OUTPUT"
}
$BUILDTAG = "+rocm$env:ROCM_VERSION"
BUILDTAG="+rocm$env:ROCM_VERSION"
python3 -m build -n --wheel -C--build-option=egg_info "-C--build-option=--tag-build=$BUILDTAG"
shell: pwsh

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build Wheel
run: |
$BUILDTAG = "+rocm$env:ROCM_VERSION"
BUILDTAG="+rocm$env:ROCM_VERSION"
python3 -m build -n --wheel -C--build-option=egg_info "-C--build-option=--tag-build=$BUILDTAG"
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8b90117

Please sign in to comment.