This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
python-libarchive
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
syntax error
test_fixup
Vadim Lebedev
2 years ago
parent
a982dc427c
commit
5cebb52994
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build-wheels.yaml
+ 1
- 1
.github/workflows/build-wheels.yaml
View File
@@ -59,7 +59,7 @@ jobs:
- name: Build wheels
run: |
py
h
ton -m pip wheel --wheel-dir dist/ .
pyt
h
on
3
-m pip wheel --wheel-dir dist/ .
auditwheel repair dist/*.whl
python3 -m pip install --force-reinstall wheelhouse/*.whl
Write
Preview
Loading…
Cancel
Save