Skip to content

Commit 009743d

Browse files
authored
Merge pull request #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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_linux.yml

Lines 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)