summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-05-18 00:25:08 +0200
committerGitHub <noreply@github.com>2020-05-18 00:25:08 +0200
commit42bc319fd087ede6ab91b149608bbfc030b64890 (patch)
tree40f1269880df7267940c7b2728685d53b53cc536 /.github
parent135628639bd6d73b5e88aefe300acd13a04a858d (diff)
downloadpsutil-42bc319fd087ede6ab91b149608bbfc030b64890.tar.gz
Wheels2 (#1761)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheel.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml
index 917a8436..7d230b90 100644
--- a/.github/workflows/build_wheel.yml
+++ b/.github/workflows/build_wheel.yml
@@ -7,10 +7,10 @@ jobs:
name: build wheel for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
- fail-fast: false
+ fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
- env:
+ env:
CIBW_SKIP: "pp27-*win* cp27-*manylinux* pp-*manylinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
@@ -28,7 +28,7 @@ jobs:
- name: "install cibuildwheel"
run: pip install cibuildwheel==1.4.1
-
+
- name: build wheel
run: cibuildwheel .
@@ -36,16 +36,16 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: wheels2
- path: wheelhouse
+ path: wheelhouse
wheel:
name: build wheel for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
- fail-fast: false
+ fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
- env:
+ env:
CIBW_SKIP: "pp27-*win* *27* cp27-*manylinux* pp-*manylinux*"
CIBW_TEST_COMMAND: python -Wa {project}/psutil/tests/runner.py
CIBW_TEST_COMMAND_MACOS: LC_ALL='en_US.utf8' python -Wa {project}/psutil/tests/runner.py
@@ -66,7 +66,7 @@ jobs:
- name: "install cibuildwheel"
run: pip install cibuildwheel==1.4.1
-
+
- name: build wheel
run: cibuildwheel .
@@ -74,4 +74,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: wheels
- path: wheelhouse
+ path: wheelhouse