Skip to content

Commit

Permalink
add mypy dependency to cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Nov 20, 2023
1 parent 80df5bd commit b9a30ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_compiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ jobs:
python-version: 3.11

- name: Install deps
run: python -m pip install mypy[mypyc] cibuildwheel twine
run: python -m pip install cibuildwheel twine

- name: Build wheels
env:
CIBW_BEFORE_ALL: pip install mypy[mypyc]
run: |
python build.py package
auditwheel repair ./build/dist/*.whl
- name: Upload wheels
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: builds-${{ matrix.builds.os }}
Expand Down

0 comments on commit b9a30ae

Please sign in to comment.