8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b45a6a9 + 8d04505 commit 009743dCopy full SHA for 009743d
.github/workflows/build_wheels_linux.yml
@@ -177,7 +177,7 @@ jobs:
177
set -x
178
python -m pip install --upgrade pip
179
python -m pip install scikit-build
180
- python setup.py sdist --formats=xztar
+ python setup.py sdist --formats=gztar
181
set +x
182
# Install and run tests
183
@@ -187,7 +187,7 @@ jobs:
187
uses: actions/upload-artifact@v2
188
with:
189
name: wheels
190
- path: dist/opencv*.tar.xz
+ path: dist/opencv*.tar.gz
191
192
test_release_opencv_python:
193
if: github.event_name == 'release' && github.event.release.prerelease
0 commit comments