File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 23
23
- name : Check metadata
24
24
run : pipx run twine check dist/*
25
25
26
- - uses : actions/upload-artifact@v3
26
+ - uses : actions/upload-artifact@v4
27
27
with :
28
+ name : artifact-sdist
28
29
path : dist/*.tar.gz
29
30
30
31
build_wheels :
@@ -130,8 +131,9 @@ jobs:
130
131
shell : bash
131
132
132
133
- name : Upload wheels
133
- uses : actions/upload-artifact@v3
134
+ uses : actions/upload-artifact@v4
134
135
with :
136
+ name : artifact-${{ matrix.python }}-${{ matrix.platform_id }}
135
137
path : wheelhouse/*.whl
136
138
137
139
upload_all :
@@ -145,10 +147,11 @@ jobs:
145
147
with :
146
148
python-version : " 3.x"
147
149
148
- - uses : actions/download-artifact@v3
150
+ - uses : actions/download-artifact@v4
149
151
with :
150
- name : artifact
152
+ pattern : artifact-*
151
153
path : dist
154
+ merge-multiple : true
152
155
153
156
- uses : pypa/gh-action-pypi-publish@v1.5.1
154
157
with :
You can’t perform that action at this time.
0 commit comments