Skip to content

Commit

Permalink
Merge pull request #567 from kif/cibuildwheel
Browse files Browse the repository at this point in the history
Cibuildwheel
  • Loading branch information
kif authored May 21, 2024
2 parents 792ce66 + baad7fa commit 66d4721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy
name: Build wheel and deploy on PyPI

on:
workflow_dispatch:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
env:
# Use silx wheelhouse: needed for ppc64le
CIBW_ENVIRONMENT_LINUX: "PIP_FIND_LINKS=https://www.silx.org/pub/wheelhouse/ PIP_TRUSTED_HOST=www.silx.org"

CIBW_BUILD_VERBOSITY: 1
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
# Do not build for pypy and muslinux
CIBW_SKIP: pp* *-musllinux_*
Expand Down

0 comments on commit 66d4721

Please sign in to comment.