Skip to content

Commit

Permalink
Don't skip 3.10 OSX Universal2 wheels (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger authored Dec 8, 2021
1 parent 4b1c21a commit b22d9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
pip install cramjam --no-index --find-links dist --force-reinstall
- name: Build wheels - universal2
if: ${{ matrix.python-version >= '3.8' }}
if: ${{ matrix.python-version >= '3.8' || matrix.python-version == '3.10' }}
uses: messense/maturin-action@v1
with:
args: -i python --release --universal2 --out dist --no-sdist
Expand Down

0 comments on commit b22d9f2

Please sign in to comment.