File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Set up Python
13
- uses : actions/setup-python@v5
13
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
14
14
with :
15
15
python-version : ' 3.11'
16
16
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout torch-mlir
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
with :
35
35
repository : llvm/torch-mlir
36
36
ref : refs/heads/main
@@ -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@v4
56
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@v1.14 .0
63
+ uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v.1.15 .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 33
33
34
34
steps :
35
35
- name : Checkout torch-mlir
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
with :
38
38
repository : llvm/torch-mlir
39
39
ref : refs/heads/main
43
43
uses : ./.github/actions/setup-build
44
44
45
45
- name : " Configuring MSVC"
46
- uses : ilammy/msvc-dev-cmd@v1.13.0
46
+ uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
47
47
48
48
- name : Build torch-mlir
49
49
run : |
@@ -60,14 +60,14 @@ jobs:
60
60
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
61
61
62
62
- name : Upload python wheels
63
- uses : actions/upload-artifact@v4
63
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
64
64
with :
65
65
if-no-files-found : error
66
66
name : snapshot-${{ matrix.package }}-${{ matrix.py_version }}-${{ env.tm_package_version }}
67
67
path : dist
68
68
69
69
- name : Release python wheels
70
- uses : ncipollo/release-action@v1.14 .0
70
+ uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15 .0
71
71
with :
72
72
artifacts : dist/*.whl
73
73
token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments