Skip to content

Commit

Permalink
Build cython before wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
millerdev committed Feb 22, 2025
1 parent f5ba670 commit d85bbc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
env:
CIBW_BUILD: cp{${{ needs.configure.outputs.python_versions }}}-${{ matrix.wheel_type }}
CIBW_ARCHS_LINUX: auto
CIBW_BEFORE_BUILD: cd {project}; python setup.py build_ext --inplace
CIBW_TEST_COMMAND: python -m unittest discover -s {project}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d85bbc6

Please sign in to comment.