mirror of
https://github.com/nqrduck/LimeDriverBindings.git
synced 2024-11-05 18:20:03 +00:00
Build wheels with cibuildwheel
This commit is contained in:
parent
d71e29a901
commit
815a3eb682
1 changed files with 9 additions and 0 deletions
9
.github/workflows/python-publish.yml
vendored
9
.github/workflows/python-publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue