File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
files : dist/*.tar.gz
61
61
62
62
- name : Upload sdist
63
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
63
+ uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
64
64
with :
65
65
name : sdist
66
66
path : dist/*.tar.gz
@@ -117,13 +117,13 @@ jobs:
117
117
with :
118
118
only : ${{ matrix.only }}
119
119
120
- - uses : actions/upload-artifact@v3
120
+ - uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
121
121
with :
122
122
path : ./wheelhouse/*.whl
123
- name : wheels-${{ matrix.os }}
123
+ name : wheels-${{ matrix.only }}
124
124
125
125
upload_release_assets :
126
- name : Upload Release Assets
126
+ name : Upload Release Wheels
127
127
needs : [ build_wheels ]
128
128
runs-on : ubuntu-latest
129
129
if : startsWith(github.ref, 'refs/tags')
You can’t perform that action at this time.
0 commit comments