File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 # Install numpy with a wheel (do NOT compile it):
1717 CIBW_BEFORE_BUILD : " pip install --only-binary :all: -r requirements.txt"
1818 # There are/were no numpy wheels for these:
19- CIBW_SKIP : pp310-* cp310-manylinux_i686 cp311-manylinux_i686 cp312 -manylinux_i686 *-musllinux_*
19+ CIBW_SKIP : pp310-* cp3* -manylinux_i686 *-musllinux_*
2020 # configure cibuildwheel to build native arch & aarch64 too
2121 CIBW_ARCHS_LINUX : auto aarch64
2222 # Quick test with C code using NumPy C API:
2323 CIBW_TEST_COMMAND : " python {package}/Tests/test_Cluster.py"
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0 # Optional
2929 submodules : true # Optional, use if you have submodules
4444 cd ..
4545
4646 - name : Build wheels
47- uses : pypa/cibuildwheel@v2.20.0
47+ uses : pypa/cibuildwheel@v3.2.1
4848 with :
4949 package-dir : biopython
5050 output-dir : wheelhouse
You can’t perform that action at this time.
0 commit comments