Skip to content

Commit bcd1c1b

Browse files
committed
Fix wheel build docker image
1 parent 51a582d commit bcd1c1b

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build wheels in docker
3939
shell: bash
4040
run: |
41-
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2010_x86_64 bash .github/workflows/docker/buildwheel.sh
41+
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2014_x86_64 bash .github/workflows/docker/buildwheel.sh
4242
4343
- name: Upload Wheels
4444
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)