File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 55
55
if : runner.os == 'Linux'
56
56
57
57
- name : Build wheels
58
- uses : pypa/cibuildwheel@v2.0.0a4
58
+ uses : pypa/cibuildwheel@v2.0.0
59
59
env :
60
60
CIBW_ARCHS : " ${{ matrix.arch }}"
61
61
@@ -139,4 +139,3 @@ jobs:
139
139
with :
140
140
user : __token__
141
141
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"
14
14
test-command = " pytest {project}/tests"
15
15
16
16
[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"
22
19
23
20
[tool .cibuildwheel .macos .environment ]
24
21
MACOSX_DEPLOYMENT_TARGET = " 10.9"
You can’t perform that action at this time.
0 commit comments