File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 cp build_tools/python_deploy/wheelhouse/torch*.whl dist/
5454
5555 - name : Upload python wheels
56- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757 with :
5858 if-no-files-found : error
5959 name : snapshot-${{ matrix.package }}-${{ matrix.py_version }}-${{ env.tm_package_version }}
6060 path : dist
6161
6262 - name : Release python wheels
63- uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v.1.18 .0
63+ uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v.1.20 .0
6464 with :
6565 artifacts : dist/*.whl
6666 token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ jobs:
6262 delvewheel repair --add-path ./build/tools/torch-mlir/python_packages/torch_mlir/torch_mlir/_mlir_libs --add-dll TorchMLIRAggregateCAPI.dll --no-dll 'c10.dll;torch_python.dll;torch_cpu.dll' -v dist/torch_mlir*.whl -w dist
6363
6464 - name : Upload python wheels
65- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
65+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6666 with :
6767 if-no-files-found : error
6868 name : snapshot-${{ matrix.package }}-${{ matrix.py_version }}-${{ env.tm_package_version }}
6969 path : dist
7070
7171 - name : Release python wheels
72- uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18 .0
72+ uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20 .0
7373 with :
7474 artifacts : dist/*.whl
7575 token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments