File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,21 @@ jobs:
2222 torch_version : ${{ matrix.torch_version }}
2323 cuda_short_version : ${{ matrix.cuda_short_version }}
2424
25- build-pypi :
26- # Single canonical build intended for PyPI: no local CUDA/torch suffix
27- strategy :
28- fail-fast : false
29- matrix :
30- os : ['ubuntu-22.04']
31- python : ['3.10', '3.11', '3.12']
32-
33- uses : ./.github/workflows/wheels_build.yml
34- with :
35- os : ${{ matrix.os }}
36- python : ${{ matrix.python }}
37- torch_version : ' 2.9.0'
38- cuda_short_version : ' 128'
39- append_local_version : ' 0' # 0 to disable local version suffix
25+ # build-pypi:
26+ # # Single canonical build intended for PyPI: no local CUDA/torch suffix
27+ # strategy:
28+ # fail-fast: false
29+ # matrix:
30+ # os: ['ubuntu-22.04']
31+ # python: ['3.10', '3.11', '3.12']
32+
33+ # uses: ./.github/workflows/wheels_build.yml
34+ # with:
35+ # os: ${{ matrix.os }}
36+ # python: ${{ matrix.python }}
37+ # torch_version: '2.9.0'
38+ # cuda_short_version: '128'
39+ # append_local_version: '0' # 0 to disable local version suffix
4040
4141 # publish to GitHub Release
4242 # gh_release:
You can’t perform that action at this time.
0 commit comments