File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 5555 if : runner.os == 'Linux'
5656
5757 - name : Build wheels
58- 58+ 5959 env :
6060 CIBW_ARCHS : " ${{ matrix.arch }}"
6161
@@ -139,4 +139,3 @@ jobs:
139139 with :
140140 user : __token__
141141 password : ${{ secrets.PYPI_RELEASE_PASSWORD }}
142- skip_existing : true
Original file line number Diff line number Diff line change @@ -14,11 +14,8 @@ test-extras = "test"
1414test-command = " pytest {project}/tests"
1515
1616[tool .cibuildwheel .linux ]
17- manylinux-x86_64-image = " quay.io/pypa/manylinux1_x86_64:2021-07-04-13bcf48"
18- manylinux-i686-image = " quay.io/pypa/manylinux1_i686:2021-07-04-13bcf48"
19- manylinux-aarch64-image = " quay.io/pypa/manylinux2014_aarch64:2021-07-04-1e3ce39"
20- manylinux-ppc64le-image = " quay.io/pypa/manylinux2014_ppc64le:2021-07-04-1e3ce39"
21- manylinux-s390x-image = " quay.io/pypa/manylinux2014_s390x:2021-07-04-1e3ce39"
17+ manylinux-x86_64-image = " manylinux1"
18+ manylinux-i686-image = " manylinux1"
2219
2320[tool .cibuildwheel .macos .environment ]
2421MACOSX_DEPLOYMENT_TARGET = " 10.9"
You can’t perform that action at this time.
0 commit comments