Skip to content

Commit

Permalink
build: make musllinux builds for e.g. docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 25, 2024
1 parent 03a84a0 commit fe3fe0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
0.57.2
- enh: allow to specify list of features for data copier
- build: make musllinux builds for e.g. docker images
0.57.1
- fix: RTDCWriter.rectify_metadata fails when image feature is empty
- fix: handle empty write requests in export.hdf5 and RTDCWriter (#242)
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,5 @@ version_scheme = "post-release"
[tool.cibuildwheel]
# Only build for cpython
build = "cp*"
# Skip musllinux, because dclab users won't be using it
skip = "*musllinux*"
# Only build for 64bit
archs = "auto64"

0 comments on commit fe3fe0e

Please sign in to comment.