From a0c02a2074c5dd2eb5d3259f6e490f8ac626f06c Mon Sep 17 00:00:00 2001 From: Vadim Lebedev Date: Mon, 1 Aug 2022 17:54:15 +0200 Subject: [PATCH] syntax error --- .github/workflows/build-wheels.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-wheels.yaml b/.github/workflows/build-wheels.yaml index f079be3..40cff0d 100644 --- a/.github/workflows/build-wheels.yaml +++ b/.github/workflows/build-wheels.yaml @@ -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 \ No newline at end of file