summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-05-17 00:07:47 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-05-17 00:07:47 +0200
commitdfe7926f8803a235f3a99f2478589896fcb9c308 (patch)
tree54af08401b1c78b4900678ef91d1b0929c6877fd
parenta68e42aff86a802813a8e0162162b9b1333d91b9 (diff)
downloadpsutil-dfe7926f8803a235f3a99f2478589896fcb9c308.tar.gz
remove spaces
-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