summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-05-17 20:34:39 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-05-17 20:34:39 +0200
commitc92dabb1cfa1f76e2d6f9a4d34b18348e77e0fdd (patch)
tree3b4fab58bccc7633600e460fe53047f7f7ea0470
parent592aaf0d54fffdfdecfae5abe693f9882444f7d7 (diff)
downloadpsutil-c92dabb1cfa1f76e2d6f9a4d34b18348e77e0fdd.tar.gz
experiment
-rw-r--r--.github/workflows/build_wheels.yml67
1 files changed, 33 insertions, 34 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 0f922b34..bb57dd01 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -38,40 +38,39 @@ jobs:
name: wheels2
path: wheelhouse
- wheel:
- name: build wheel for ${{ matrix.os }}
- runs-on: ${{ matrix.os }}
- strategy:
- fail-fast: false
- matrix:
- os: [windows-latest, macos-latest, ubuntu-latest]
- 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
- CIBW_TEST_EXTRAS: test
- 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'
+ # wheel:
+ # name: build wheel for ${{ matrix.os }}
+ # runs-on: ${{ matrix.os }}
+ # strategy:
+ # fail-fast: false
+ # matrix:
+ # os: [windows-latest, macos-latest, ubuntu-latest]
+ # 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
+ # CIBW_TEST_EXTRAS: test
+ # 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'
+ # - 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: wheels
- path: wheelhouse
+ # - name: Upload wheels
+ # uses: actions/upload-artifact@v1
+ # with:
+ # name: wheels
+ # path: wheelhouse