We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cabcfe commit 362f701Copy full SHA for 362f701
.github/workflows/wheels.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ - musl
8
tags:
9
- 'v*'
10
@@ -34,7 +35,7 @@ jobs:
34
35
CIBW_BEFORE_ALL: sh build.sh
36
CIBW_ENVIRONMENT: LIBGIT2_VERSION=1.7.1 LIBSSH2_VERSION=1.11.0 OPENSSL_VERSION=3.1.3 LIBGIT2=/project/ci
37
CIBW_ENVIRONMENT_MACOS: LIBGIT2_VERSION=1.7.1 LIBSSH2_VERSION=1.11.0 OPENSSL_VERSION=3.1.3 LIBGIT2=/Users/runner/work/pygit2/pygit2/ci
- CIBW_SKIP: "*musl* pp3*"
38
+ CIBW_SKIP: "pp3*"
39
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux2014"
40
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
41
CIBW_REPAIR_WHEEL_COMMAND_LINUX: "LD_LIBRARY_PATH=/project/ci/lib64 auditwheel repair -w {dest_dir} {wheel}"
0 commit comments