Skip to content

Commit be3f39c

Browse files
authored
Merge pull request #766 from Jakuje/libssh-0.11.3-followup
Update to libssh 0.11.3 in platform-specific wheels
2 parents 6fe8a96 + bec3728 commit be3f39c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Updated the bundled version of libssh to 0.11.3 in platform-specific
2+
wheels published on PyPI -- by :user:`Jakuje`.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ PRE_COMMIT_COLOR = "always"
161161
PY_COLORS = "1"
162162

163163
[tool.cibuildwheel.linux]
164-
manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.11.2"
165-
manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.11.2"
166-
manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.11.2"
167-
manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.11.2"
164+
manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.11.3"
165+
manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.11.3"
166+
manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.11.3"
167+
manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.11.3"
168168
skip = [
169169
"*-musllinux_*", # FIXME: musllinux needs us to provide with containers pre-built libssh
170170
"pp*", # FIXME: we don't ship these currently but could

0 commit comments

Comments
 (0)