Skip to content

Commit 8d04505

Browse files
committed
Changed format of an archive for source packages
1 parent b45a6a9 commit 8d04505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_linux.yml

+2-2
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)