@@ -31,22 +31,16 @@ jobs:
3131
3232 # - python_version: '3.8'
3333 # python: 38
34- # cibuildwheel: "cibuildwheel<3"
3534 - python_version : ' 3.9'
3635 python : 39
37- cibuildwheel : " cibuildwheel<3"
3836 # - python_version: '3.10'
3937 # python: 310
40- # cibuildwheel: "cibuildwheel<3"
4138 # - python_version: '3.11'
4239 # python: 311
43- # cibuildwheel: "cibuildwheel<4"
4440 # - python_version: '3.12'
4541 # python: 312
46- # cibuildwheel: "cibuildwheel<4"
4742 # - python_version: '3.13'
4843 # python: 313
49- # cibuildwheel: "cibuildwheel<4"
5044
5145 runs-on : ${{ matrix.os }}
5246
@@ -74,20 +68,16 @@ jobs:
7468 pip install "numpy<2"
7569 pip install -e .
7670
77- - name : Install cibuildwheel
78- run : python -m pip install "${{ matrix.cibuildwheel }}"
71+ - name : Build Python package
72+ run : python setup.py bdist_wheel
7973
80- - name : Build wheels
81- run : python -m cibuildwheel --output-dir wheelhouse
82- env :
83- CIBW_BUILD : cp${{ matrix.python }}-${{ matrix.platform_id }}
84- CIBW_ARCHS : all
85- CIBW_MANYLINUX_X86_64_IMAGE : ${{ matrix.manylinux_image }}
86- CIBW_MANYLINUX_I686_IMAGE : ${{ matrix.manylinux_image }}
87- CIBW_ENVIRONMENT : ' JAVA_HOME="${{ env.JAVA_HOME }}"'
74+ - name : Inspect
75+ run : |
76+ find dist/
8877
89- - name : Store artifacts
90- uses : actions/upload-artifact@v4
91- with :
92- name : cibw-wheels-cp${{ matrix.python }}-${{ matrix.platform_id }}
93- path : ./wheelhouse/*.whl
78+ # - name: Upload a Build Artifact
79+ # uses: actions/upload-artifact@v4
80+ # with:
81+ # # Artifact name
82+ # name: prokaryote-2.4.4-py2.py3-none-any.whl
83+ # path: dist/
0 commit comments