File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 9696 CUDA_VERSION : ${{ matrix.cuda }}
9797 TORCH_VERSION : ${{ matrix.torch }}
9898 steps :
99+ - name : Delete old files
100+ run : rm -rf dist/*
101+
99102 - name : Download wheel
100103 uses : actions/download-artifact@v4
101104 with :
Original file line number Diff line number Diff line change 7777 CUDA_VERSION : ${{ matrix.cuda }}
7878 TORCH_VERSION : ${{ matrix.torch }}
7979 steps :
80+ - name : Delete old files
81+ run : rm -rf dist/*
82+
8083 - name : Download wheel
8184 uses : actions/download-artifact@v4
8285 with :
Original file line number Diff line number Diff line change 9393 CUDA_VERSION : ${{ matrix.cuda }}
9494 TORCH_VERSION : ${{ matrix.torch }}
9595 steps :
96+ - name : Delete old files
97+ run : rm -rf dist/*
98+
9699 - name : Download wheel
97100 uses : actions/download-artifact@v4
98101 with :
You can’t perform that action at this time.
0 commit comments