Skip to content

Commit 466e5ab

Browse files
authored
Merge pull request #2692 from benjeffery/fix_wheels
Fix wheel building for 3.11
2 parents ae63583 + db7423d commit 466e5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Build wheels in docker
128128
shell: bash
129129
run: |
130-
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2010_x86_64 bash .github/workflows/docker/buildwheel.sh
130+
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2014_x86_64 bash .github/workflows/docker/buildwheel.sh
131131
132132
- name: Upload Wheels
133133
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)