diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-05-17 22:14:09 +0200 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-05-17 22:14:09 +0200 |
commit | 41e2142775b6ae7d6e30f86de2431a7277c58e68 (patch) | |
tree | 940a43fd30ef65868f983373bbe93d85113bbbe5 | |
parent | cd139915422262eaa0f08b5b6c109774f440d5f1 (diff) | |
download | psutil-41e2142775b6ae7d6e30f86de2431a7277c58e68.tar.gz |
foo
-rw-r--r-- | .github/workflows/build_wheels.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 973792de..883f3c11 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -11,7 +11,7 @@ jobs: matrix: os: [windows-latest, macos-latest, ubuntu-latest] env: - CIBW_SKIP: "pp27-*win* pp-*manylinux*" + CIBW_SKIP: "*manylinux2010*" CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 CIBW_MANYLINUX_I686_IMAGE: manylinux2014 steps: @@ -27,7 +27,7 @@ jobs: choco install vcpython27 -f -y - name: "install cibuildwheel" - run: pip install cibuildwheel==1.4.1 + run: python -m pip install cibuildwheel==1.4.1 - name: build wheel run: cibuildwheel . |