Skip to content

Commit 4e76edf

Browse files
committed
ci: Enable musllinux builds
1 parent a3c581e commit 4e76edf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[next]
22

33
* Add Python 3.11 build.
4+
* Add musllinux build.
45

56
[2.4.0] - 2022-08-07
67

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 79
33
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
44

55
[tool.cibuildwheel]
6-
skip = "*-manylinux_i686 *-musllinux_* *-win32"
6+
skip = "*-manylinux_i686 *-win32"
77
test-requires = "-rrequirements/tests.txt"
88
test-command = "pytest {project}/tests"
99

0 commit comments

Comments
 (0)