Skip to content

Commit 68f1eba

Browse files
committed
Fix CUDA workflow
1 parent 3bdca9f commit 68f1eba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-wheels-release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ jobs:
120120
name: Build ROCm Wheels & Release
121121
needs: build_wheels
122122
uses: ./.github/workflows/build-wheels-release-rocm.yml
123-
with:
124-
pypi: '0'
125-
123+
126124
# publish-wheels-to-pypi:
127125
# name: Publish Python distribution to PyPI
128126
# if: inputs.pypi == '1'

0 commit comments

Comments
 (0)