Skip to content

Commit

Permalink
remove manylinux2010 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed May 16, 2020
1 parent 39b5a0b commit e0822f4
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
env:
CIBW_SKIP: "pp27-*win*"
CIBW_SKIP: "pp27-*win* cp27-*manylinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
Expand Down Expand Up @@ -43,38 +45,6 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
env:
CIBW_SKIP: "pp27-*win* *27*"
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
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 cibuildwheel"
run: pip install cibuildwheel==1.4.1

- name: build wheel
run: cibuildwheel .

- name: Upload wheels
uses: actions/upload-artifact@v1
with:
name: wheels
path: wheelhouse

manylinux2014_wheel:
name: build manylinux2014 wheel
runs-on: ubuntu-latest
env:
CIBW_SKIP: "pp27-*win* *27*"
CIBW_TEST_COMMAND: python -Wa {project}/psutil/tests/runner.py
Expand Down Expand Up @@ -104,4 +74,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: wheels
path: wheelhouse
path: wheelhouse

0 comments on commit e0822f4

Please sign in to comment.