Build wheels with cibuildwheel

This commit is contained in:
jupfi 2024-04-20 12:05:07 +02:00
parent d71e29a901
commit 815a3eb682

View file

@ -49,6 +49,15 @@ jobs:
run: |
sudo apt-get install -y libhdf5-dev limesuite liblimesuite-dev automake gcc pkg-config build-essential python-is-python3
- name: Build wheels with cibuildwheel
uses: pypa/cibuildwheel@v2.3.0
with:
# Only build wheels for CPython 3.10 for manylinux platforms
build: "cp310-*"
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
- name: Publish to PyPI
run: |
pip install -U twine build