Skip to content

Commit 2af4ac6

Browse files
ratalclaude
andcommitted
fix release: revert to pip frontend (build frontend adds invalid Dynamic headers)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0457f38 commit 2af4ac6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
2424
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
2525
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
26-
CIBW_BEFORE_BUILD: pip install setuptools numpy cython build
27-
CIBW_BUILD_FRONTEND: "build; args: --wheel --no-isolation"
26+
CIBW_BEFORE_BUILD: pip install setuptools numpy cython
27+
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
2828
CIBW_TEST_COMMAND: python -c "import mdfreader"
2929
- uses: actions/upload-artifact@v4
3030
with:

.github/workflows/release-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
env:
1515
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
1616
CIBW_ARCHS: x86_64 arm64
17-
CIBW_BEFORE_BUILD: pip install setuptools numpy cython build
18-
CIBW_BUILD_FRONTEND: "build; args: --wheel --no-isolation"
17+
CIBW_BEFORE_BUILD: pip install setuptools numpy cython
18+
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
1919
CIBW_TEST_COMMAND: python -c "import mdfreader"
2020
- uses: actions/upload-artifact@v4
2121
with:

.github/workflows/release-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
uses: pypa/cibuildwheel@v2.22
1414
env:
1515
CIBW_BUILD: "cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64 cp313-win_amd64"
16-
CIBW_BEFORE_BUILD: pip install setuptools numpy cython build
17-
CIBW_BUILD_FRONTEND: "build; args: --wheel --no-isolation"
16+
CIBW_BEFORE_BUILD: pip install setuptools numpy cython
17+
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
1818
CIBW_TEST_COMMAND: python -c "import mdfreader"
1919
- uses: actions/upload-artifact@v4
2020
with:

0 commit comments

Comments
 (0)