summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-05-25 17:07:58 +0200
committerGitHub <noreply@github.com>2020-05-25 17:07:58 +0200
commit23662e6e5b9476fa33285729494657fb3ed18a80 (patch)
tree0c3e0f9922a646548df2d5fc79f684a0fe16f7b3 /.github/workflows
parent3140299f045d64c71af2aa9de439078071ef6043 (diff)
downloadpsutil-23662e6e5b9476fa33285729494657fb3ed18a80.tar.gz
Wheels6 (#1767)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_wheel.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml
index 30e0b894..ec784ed5 100644
--- a/.github/workflows/build_wheel.yml
+++ b/.github/workflows/build_wheel.yml
@@ -1,4 +1,4 @@
-name: Build wheel
+name: Build wheels
on: [push, pull_request]
@@ -9,9 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [windows-latest, macos-latest, ubuntu-latest]
+ os: [macos-latest, ubuntu-latest]
env:
- CIBW_SKIP: "pp*win32"
CIBW_TEST_COMMAND: python -u -Wa {project}/psutil/tests/runner.py
CIBW_TEST_COMMAND_MACOS: LC_ALL='en_US.utf8' python -Wa {project}/psutil/tests/runner.py
CIBW_TEST_EXTRAS: test
@@ -27,10 +26,10 @@ jobs:
run: |
choco install vcpython27 -f -y
- - name: "install cibuildwheel"
+ - name: Install cibuildwheel
run: pip install cibuildwheel==1.4.1
- - name: build wheel
+ - name: Build wheels
run: cibuildwheel .
- name: Upload wheels