Skip to content

Commit

Permalink
review: also use cibuildwheel action for cp27
Browse files Browse the repository at this point in the history
Signed-off-by: mayeut <mayeut@users.noreply.github.com>
  • Loading branch information
mayeut committed Oct 13, 2022
1 parent 9983d96 commit 93f287a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,8 @@ jobs:
cache: pip
cache-dependency-path: .github/workflows/build.yml

- name: Install cibuildwheel
run: pip install cibuildwheel==1.12.0

- name: Run tests
run: cibuildwheel .
uses: pypa/cibuildwheel@v1.12.0

- name: Create wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 93f287a

Please sign in to comment.