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:
170170 --dest=thirdparty \
171171 --sdists
172172 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
174174
175175 - name : Collect built linux app
176176 uses : actions/upload-artifact@v3
@@ -230,7 +230,7 @@ jobs:
230230 --dest=thirdparty \
231231 --sdists
232232 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
234234
235235 - name : Collect built mac app
236236 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments