Skip to content

Commit 50f0717

Browse files
committed
fix build-and-publish GitHub Actions workflow
1 parent 63581eb commit 50f0717

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
CIBW_BUILD: cp310-* cp311-* cp312-* cp313-* cp314-*
3535
CIBW_SKIP: "*-musllinux_*"
3636
CIBW_BEFORE_BUILD: pip install mypy>=1.19.0 mypy-extensions>=1.1.0 types-regex types-keyboard prompt_toolkit>=3.0.41
37+
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
3738
CIBW_ENVIRONMENT: XULBUX_USE_MYPYC=1
3839

3940
- name: Verify wheels were built

0 commit comments

Comments
 (0)