We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b90117 commit 3bdca9fCopy full SHA for 3bdca9f
.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
.github/workflows/build-wheels-rocm.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Build Wheel
67
run: |
68
69
70
71
- uses: actions/upload-artifact@v3
0 commit comments