Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 009743d

Browse filesBrowse files
authored
Merge pull request opencv#672 from asenyaev/asen/change_format_for_source_package_4.x
Changed format of an archive for source packages
2 parents b45a6a9 + 8d04505 commit 009743d
Copy full SHA for 009743d

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎.github/workflows/build_wheels_linux.yml

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_linux.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
set -x
178178
python -m pip install --upgrade pip
179179
python -m pip install scikit-build
180-
python setup.py sdist --formats=xztar
180+
python setup.py sdist --formats=gztar
181181
set +x
182182
# Install and run tests
183183
set -x
@@ -187,7 +187,7 @@ jobs:
187187
uses: actions/upload-artifact@v2
188188
with:
189189
name: wheels
190-
path: dist/opencv*.tar.xz
190+
path: dist/opencv*.tar.gz
191191

192192
test_release_opencv_python:
193193
if: github.event_name == 'release' && github.event.release.prerelease

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.