Skip to content

Commit f6ffdd0

Browse files
committed
Fix publication of x86_64 wheels
This was broken when we added support for building manylinux2010 wheels for modern Python interpreters due to a misuse of the `include` configuration of the GitHub Actions matrix job. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
1 parent e75462b commit f6ffdd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
wheel_type: ${{ fromJSON(needs.choose_linux_wheel_types.outputs.wheel_types) }}
61+
manylinux2010_hack: ""
6162
include:
6263
- wheel_type: manylinux_x86_64
6364
manylinux2010_hack: "_manylinux2010_hack"

0 commit comments

Comments
 (0)