summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-05-17 20:39:02 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-05-17 20:39:02 +0200
commitc2f7affe9e3c4e14e59feb1a4623d27a5d606318 (patch)
treef6bcdd9a5e45b7e260740abf9ff1a20fb120377d
parentc92dabb1cfa1f76e2d6f9a4d34b18348e77e0fdd (diff)
downloadpsutil-c2f7affe9e3c4e14e59feb1a4623d27a5d606318.tar.gz
test
-rw-r--r--.github/workflows/build_wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index bb57dd01..3bf3e404 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* cp27-*manylinux* pp-*manylinux*"
+ CIBW_SKIP: "pp-*manylinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
steps: