Skip to content

Commit

Permalink
Merge pull request #284 from t20100/ci-release-verbose
Browse files Browse the repository at this point in the history
Release workflow: Increase verbosity of cibuildwheel
  • Loading branch information
jonwright authored Jun 13, 2024
2 parents 8e87e16 + fd4c938 commit e7e48a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
# Do not build for pypy, muslinux and python3.12 on ppc64le
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
- name: Install and test sdist
run: |
pip install --pre dist/ImageD11*.tar.gz
pip install dist/imaged11*.tar.gz
pytest test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e7e48a8

Please sign in to comment.