Skip to content

Commit

Permalink
disable musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanyong Duan committed Jan 8, 2025
1 parent 92b39d6 commit a02bbf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
env:
CIBW_ARCHS_WINDOWS: AMD64
CIBW_ARCHS_LINUX: x86_64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
run: python -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies = [
where = ["src"]

[tool.cibuildwheel]
skip = "pp*"
skip = ["pp*", "*-musllinux*"]
test-command = [
"python {project}/tests/uvad_test.py",
"python {project}/tests/test_demo.py"
Expand Down

0 comments on commit a02bbf8

Please sign in to comment.