Skip to content

Commit 59ef873

Browse files
chore(ci): set build skip in pyproject (#337)
1 parent 110076b commit 59ef873

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
6161
- name: Build wheel
6262
uses: pypa/[email protected]
6363
env:
64-
HATCH_BUILD_HOOKS_ENABLE: true
6564
CIBW_BUILD: "*cp3${{ matrix.python }}*"
66-
CIBW_SKIP: '{*i686*,*musllinux*}'
6765

6866
- uses: actions/upload-artifact@v4
6967
with:

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
default_language_version:
22
python: python3.13
3-
fail_fast: true
43
repos:
54

65
- repo: https://github.com/ComPWA/taplo-pre-commit

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,7 @@ python-levenshtein = ["Levenshtein"]
226226
PyGithub = ["github"]
227227
[tool.cibuildwheel]
228228
build-frontend = "build[uv]"
229-
skip = [
230-
"*-musllinux_i686",
231-
"*-manylinux_i686",
232-
"*-musllinux_x86_64",
233-
"*-musllinux_aarch64",
234-
]
229+
skip = ["*i686*", "*musllinux*"]
235230
environment = { "HATCH_BUILD_HOOKS_ENABLE" = "true" }
236231
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_34_x86_64"
237232
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_34_aarch64"

0 commit comments

Comments
 (0)