Skip to content

Commit

Permalink
Fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp committed Apr 27, 2024
1 parent 9d34d92 commit c035cb0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c035cb0

Please sign in to comment.