summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-05-17 20:41:53 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-05-17 20:41:53 +0200
commitdff1a558ad0f5ff5b886a3942cc565399369bc1b (patch)
treeadf28cce1b5f0509ae6532c3da3cfe809e74ad1f
parentc2f7affe9e3c4e14e59feb1a4623d27a5d606318 (diff)
downloadpsutil-dff1a558ad0f5ff5b886a3942cc565399369bc1b.tar.gz
test
-rw-r--r--.github/workflows/build_wheels.yml38
1 files changed, 19 insertions, 19 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 3bf3e404..eeb57dd5 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -11,32 +11,32 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
env:
- CIBW_SKIP: "pp-*manylinux*"
+ CIBW_SKIP: "pp*-*manylinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
steps:
- - uses: actions/checkout@v1
- - uses: actions/setup-python@v1
- name: Install Python 3.7
- with:
- python-version: '3.7'
+ - uses: actions/checkout@v1
+ - uses: actions/setup-python@v1
+ name: Install Python 3.7
+ with:
+ python-version: '3.7'
- - name: Install Visual C++ for Python 2.7
- if: startsWith(matrix.os, 'windows')
- run: |
- choco install vcpython27 -f -y
+ - name: Install Visual C++ for Python 2.7
+ if: startsWith(matrix.os, 'windows')
+ run: |
+ choco install vcpython27 -f -y
- - name: "install cibuildwheel"
- run: pip install cibuildwheel==1.4.1
+ - name: "install cibuildwheel"
+ run: pip install cibuildwheel==1.4.1
- - name: build wheel
- run: cibuildwheel .
+ - name: Build wheel
+ run: cibuildwheel .
- - name: Upload wheels
- uses: actions/upload-artifact@v1
- with:
- name: wheels2
- path: wheelhouse
+ - name: Upload wheels
+ uses: actions/upload-artifact@v1
+ with:
+ name: wheels2
+ path: wheelhouse
# wheel:
# name: build wheel for ${{ matrix.os }}