Skip to content

Commit

Permalink
attempt to build on 64 bit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Dec 20, 2024
1 parent 299b2c4 commit af1cd38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
python -m pip install cibuildwheel
- name: Build wheel with cibuildwheel
env:
CIBW_BUILD: cp311-manylinux_x86_64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_BEFORE_BUILD: "pip install -r requirements-build.txt" # if you have build dependencies
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*" # skip 32-bit and musl builds
run: |
cibuildwheel --output-dir dist
Expand Down
5 changes: 5 additions & 0 deletions requirements-build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pip
numpy
wheel
pytest
pytest-runner

0 comments on commit af1cd38

Please sign in to comment.