Browse Source

syntax error

test_fixup
Vadim Lebedev 2 years ago
parent
commit
a0c02a2074
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/build-wheels.yaml

+ 3
- 3
.github/workflows/build-wheels.yaml View File

@@ -35,7 +35,7 @@ jobs:

- name: Install python tools
run: |
python3 -m pip instal pytest auditwheel
python3 -m pip install pytest auditwheel

- name: Build libarchive C sources
@@ -59,8 +59,8 @@ jobs:

- name: Build wheels
run: |
pip wheel --wheel-dir dist/ .
pyhton -m pip wheel --wheel-dir dist/ .
auditwheel repair dist/*.whl
python3 -m pip install --force-reinstall wheelhouse/*,whl
python3 -m pip install --force-reinstall wheelhouse/*.whl


Loading…
Cancel
Save