File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
hatch build --target sdist
48
48
49
49
- name : Upload sdist
50
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
50
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
51
51
with :
52
52
name : wheels-sdist
53
53
path : ./dist/*.tar.*
@@ -110,7 +110,7 @@ jobs:
110
110
CIBW_BUILD : ${{ steps.cibw-filter.outputs.build }}
111
111
112
112
- name : Upload wheels
113
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
113
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
114
114
with :
115
115
name : wheels-${{ matrix.os }}-${{ matrix.archs }}
116
116
path : ./wheelhouse/*.whl
@@ -168,7 +168,7 @@ jobs:
168
168
CIBW_BUILD : ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }}
169
169
170
170
- name : Upload wheels
171
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
171
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
172
172
with :
173
173
name : wheels-${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.build }}
174
174
path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments