Skip to content

Commit

Permalink
Make ci:test_wheels more like wheels:build_wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Aug 17, 2021
1 parent e023a29 commit 77b51e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,19 @@ jobs:
run: python -m pytest -vv -rs -Wd

test_wheels:
name: Wheel on linux
name: Wheel on Linux
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- uses: pypa/cibuildwheel@v2.0.1
- uses: pypa/cibuildwheel@v2.1.1
env:
CIBW_BUILD: cp39-manylinux_x86_64
CIBW_ARCHS: auto64
CIBW_BUILD: cp39-*
CIBW_BUILD_VERBOSITY: 2

- name: Upload wheels
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 77b51e0

Please sign in to comment.