Skip to content

Commit

Permalink
Merge pull request #267 from adrn/test-wheels
Browse files Browse the repository at this point in the history
Test wheels
  • Loading branch information
adrn authored Mar 3, 2022
2 parents 9386310 + 9f2248a commit 107e811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- main

env:
CIBW_BUILD: "cp3?-*"
CIBW_SKIP: "*-win32 *-manylinux_i686 cp35-* cp36-* cp37-*"
CIBW_BUILD: "cp38-* cp39-* cp310-*"
CIBW_SKIP: "*-win32 *musllinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

jobs:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
path: dist/*.tar.gz

upload_pypi:
needs: [build_nix_wheels, build_win_wheels, build_sdist]
needs: [build_nix_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.5 (unreleased)
1.5 (2022-03-02)
================

New Features
Expand Down

0 comments on commit 107e811

Please sign in to comment.