File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
--dest=thirdparty \
171
171
--sdists
172
172
venv/bin/python setup.py --quiet sdist --formats=$formats
173
- venv/bin/python etc/release/scancode_rename_archives.py dist/ _py3 -$operating_system
173
+ venv/bin/python etc/release/scancode_rename_archives.py dist/ _py$python_version -$operating_system
174
174
175
175
- name : Collect built linux app
176
176
uses : actions/upload-artifact@v3
@@ -230,7 +230,7 @@ jobs:
230
230
--dest=thirdparty \
231
231
--sdists
232
232
venv/bin/python setup.py --quiet sdist --formats=$formats
233
- venv/bin/python etc/release/scancode_rename_archives.py dist/ _py3 -$operating_system
233
+ venv/bin/python etc/release/scancode_rename_archives.py dist/ _py$python_version -$operating_system
234
234
235
235
- name : Collect built mac app
236
236
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments