Skip to content

Commit

Permalink
fixup1
Browse files Browse the repository at this point in the history
  • Loading branch information
James-E-A committed Jan 26, 2024
1 parent 48995fe commit c1f0599
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 @@ -25,7 +25,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 1
# Python 3.6 is EOL
# CFFI or maybe PQClean doesn't seem to work with musllinux
CIBW_SKIP: "cp36* *-musllinux"
CIBW_SKIP: "cp36* *-musllinux_*"
# https://cibuildwheel.readthedocs.io/en/stable/options/#:~:text=cibuildwheel%20doesn%27t%20yet%20ship%20a%20default%20repair%20command%20for%20Windows%2E
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
Expand Down

0 comments on commit c1f0599

Please sign in to comment.