Skip to content

Commit 1f17655

Browse files
authored
Merge pull request #673 from asenyaev/asen/change_format_for_source_package_3.4
Changed format of an archive for source packages
2 parents ba1ef82 + a5a9b6e commit 1f17655

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy