- workflows

This commit is contained in:
Wim Pomp
2024-10-16 15:00:20 +02:00
parent 3d464312ce
commit dc0c3d62aa

View File

@@ -15,9 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.3
- name: Build wheels
uses: pypa/cibuildwheel@v2.21.2
run: python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v4
with: