We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7518764 commit 431517bCopy full SHA for 431517b
1 file changed
.github/workflows/build_linux_only.yml
@@ -10,9 +10,6 @@ jobs:
10
build_x86_64:
11
name: Build for x86_64
12
runs-on: ubuntu-latest
13
- # 使用 Manylinux 镜像构建 Python wheel
14
- container:
15
- image: quay.io/pypa/manylinux2014_x86_64:latest
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v2
0 commit comments