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:
53
53
cp build_tools/python_deploy/wheelhouse/torch*.whl dist/
54
54
55
55
- name : Upload python wheels
56
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
56
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
57
57
with :
58
58
if-no-files-found : error
59
59
name : snapshot-${{ matrix.package }}-${{ matrix.py_version }}-${{ env.tm_package_version }}
60
60
path : dist
61
61
62
62
- name : Release python wheels
63
- uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v.1.15 .0
63
+ uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v.1.16 .0
64
64
with :
65
65
artifacts : dist/*.whl
66
66
token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ jobs:
62
62
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
63
63
64
64
- name : Upload python wheels
65
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
65
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
66
66
with :
67
67
if-no-files-found : error
68
68
name : snapshot-${{ matrix.package }}-${{ matrix.py_version }}-${{ env.tm_package_version }}
69
69
path : dist
70
70
71
71
- name : Release python wheels
72
- uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15 .0
72
+ uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
73
73
with :
74
74
artifacts : dist/*.whl
75
75
token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments