Skip to content

Commit

Permalink
YAML99
Browse files Browse the repository at this point in the history
  • Loading branch information
James-E-A committed Jan 30, 2024
1 parent 8cef722 commit 52e2cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bdist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD ${{ matrix.cibw_impl }}
CIBW_BUILD: ${{ matrix.cibw_impl }}
CIBW_BUILD_VERBOSITY: 1
# FIXME? cibuildwheel doesn't property implement delvewheel yet (delvewheel needs Python 3.7+ runtime, but CPython doesn't support using non-current runtimes for REPAIR_WHEEL_COMMAND)
# FIXME? PQClean GNU extensions break musl
Expand Down

0 comments on commit 52e2cde

Please sign in to comment.