diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a180bba8..acc562ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Build and deploy +name: Build wheel and deploy on PyPI on: workflow_dispatch: @@ -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_*