We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae63583 + db7423d commit 466e5abCopy full SHA for 466e5ab
.github/workflows/wheels.yml
@@ -127,7 +127,7 @@ jobs:
127
- name: Build wheels in docker
128
shell: bash
129
run: |
130
- docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2010_x86_64 bash .github/workflows/docker/buildwheel.sh
+ docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2014_x86_64 bash .github/workflows/docker/buildwheel.sh
131
132
- name: Upload Wheels
133
uses: actions/upload-artifact@v2
0 commit comments