Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Jun 19, 2024
1 parent 4b3698e commit 46c3457
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ jobs:
with:
python-version: '3.11'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel>=2

- name: Build wheels
uses: pypa/cibuildwheel@v2
env:
CIBW_PRERELEASE_PYTHONS: True
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
run: python -m cibuildwheel --output-dir wheelhouse-${{ matrix.os }}

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 46c3457

Please sign in to comment.