Skip to content

Commit 362f701

Browse files
committed
CI: musl wheels
1 parent 5cabcfe commit 362f701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- musl
78
tags:
89
- 'v*'
910

@@ -34,7 +35,7 @@ jobs:
3435
CIBW_BEFORE_ALL: sh build.sh
3536
CIBW_ENVIRONMENT: LIBGIT2_VERSION=1.7.1 LIBSSH2_VERSION=1.11.0 OPENSSL_VERSION=3.1.3 LIBGIT2=/project/ci
3637
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
37-
CIBW_SKIP: "*musl* pp3*"
38+
CIBW_SKIP: "pp3*"
3839
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux2014"
3940
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
4041
CIBW_REPAIR_WHEEL_COMMAND_LINUX: "LD_LIBRARY_PATH=/project/ci/lib64 auditwheel repair -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)