We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d34d92 commit c035cb0Copy full SHA for c035cb0
.github/workflows/build-wheels-release-rocm.yml
@@ -76,7 +76,7 @@ jobs:
76
Write-Output "PACKAGE_VERSION=None" >> "$env:GITHUB_OUTPUT"
77
}
78
79
- BUILDTAG="+rocm${{ env.ROCM_VERSION }}"
+ $BUILDTAG = "+rocm$env:ROCM_VERSION"
80
python3 -m build -n --wheel -C--build-option=egg_info "-C--build-option=--tag-build=$BUILDTAG"
81
shell: pwsh
82
0 commit comments