Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Jul 31, 2023
1 parent 507bd3a commit 8bf446d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Build and test
env:
CIBW_BUILD_VERBOSITY_MACOS: 0
CIBW_BUILD_VERBOSITY_MACOS: 3
CIBW_BUILD_VERBOSITY_LINUX: 0
CIBW_BUILD_VERBOSITY_WINDOWS: 0
CIBW_BUILD: ${{ matrix.python.cibw-build }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
CIBW_TEST_COMMAND: py.test -v {project}/tests
CIBW_PRERELEASE_PYTHONS: True
run:
pipx run --spec='cibuildwheel==2.14.1' cibuildwheel --output-dir dist 2>&1
pipx run --spec='cibuildwheel==2.11.2' cibuildwheel --output-dir dist 2>&1

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8bf446d

Please sign in to comment.