File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -135,14 +135,14 @@ jobs:
135135 path : docs/build/html/
136136 retention-days : ${{ env.ARTIFACT_DAYS }}
137137
138- - name : Dump handy wheels
139- if : github.event_name == 'push' && github.ref == 'refs/heads/master'
140- continue-on-error : true
141- uses : ./.github/actions/pip-wheels
142- with :
143- wheel-dir : ${{ env.PYPI_CACHE_DIR }}
144- torch-url : ${{ env.TORCH_URL }}
145- cache-key : " pypi_wheels"
138+ # - name: Dump handy wheels
139+ # if: github.event_name == 'push' && github.ref == 'refs/heads/master'
140+ # continue-on-error: true
141+ # uses: ./.github/actions/pip-wheels
142+ # with:
143+ # wheel-dir: ${{ env.PYPI_CACHE_DIR }}
144+ # torch-url: ${{ env.TORCH_URL }}
145+ # cache-key: "pypi_wheels"
146146
147147 deploy-docs :
148148 needs : docs-make
You can’t perform that action at this time.
0 commit comments