File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Updated the bundled version of libssh to 0.12.0 in platform-specific
2+ wheels published on PyPI -- by :user: `Jakuje `.
3+
Original file line number Diff line number Diff line change @@ -220,10 +220,10 @@ PRE_COMMIT_COLOR = "always"
220220PY_COLORS = " 1"
221221
222222[tool .cibuildwheel .linux ]
223- manylinux-aarch64-image = " ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.11.3 "
224- manylinux-ppc64le-image = " ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.11.3 "
225- manylinux-s390x-image = " ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.11.3 "
226- manylinux-x86_64-image = " ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.11.3 "
223+ manylinux-aarch64-image = " ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.12.0 "
224+ manylinux-ppc64le-image = " ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.12.0 "
225+ manylinux-s390x-image = " ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.12.0 "
226+ manylinux-x86_64-image = " ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.12.0 "
227227skip = [
228228 " *-musllinux_*" , # FIXME: musllinux needs us to provide with containers pre-built libssh
229229 " pp*" , # FIXME: we don't ship these currently but could
You can’t perform that action at this time.
0 commit comments