Skip to content

Commit

Permalink
debug! vars
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 23, 2024
1 parent 8cedc40 commit 389b3f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ PRE_COMMIT_COLOR = "always"
PY_COLORS = "1"

[tool.cibuildwheel.linux]
before-build = [
"env",
"export",
]
manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libssh-v0.9.6"
manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.9.6"
manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.9.6"
Expand Down

0 comments on commit 389b3f8

Please sign in to comment.