We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build-and-publish
1 parent 63581eb commit 50f0717Copy full SHA for 50f0717
1 file changed
.github/workflows/build-and-publish.yml
@@ -34,6 +34,7 @@ jobs:
34
CIBW_BUILD: cp310-* cp311-* cp312-* cp313-* cp314-*
35
CIBW_SKIP: "*-musllinux_*"
36
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"
38
CIBW_ENVIRONMENT: XULBUX_USE_MYPYC=1
39
40
- name: Verify wheels were built
0 commit comments