We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b05c5 commit 5fb1c22Copy full SHA for 5fb1c22
.github/workflows/cibuildwheel.yml
@@ -129,7 +129,6 @@ jobs:
129
uses: pypa/cibuildwheel@v3.2.1
130
env:
131
CIBW_ARCHS: ${{ matrix.arch }}
132
- CIBW_ENVIRONMENT: > PATH="${CONDA_PREFIX}/bin:$PATH"
133
134
- uses: actions/upload-artifact@v5
135
with:
pyproject.toml
@@ -140,6 +140,7 @@ environment = {MACOSX_DEPLOYMENT_TARGET="14.0"}
140
141
[tool.cibuildwheel.windows]
142
before-build = "python -m pip install delvewheel"
143
+environment = "PATH=$CONDA_PREFIX/bin:$PATH"
144
repair-wheel-command = [
145
"delvewheel show {wheel}",
146
"delvewheel repair -w {dest_dir} {wheel}",
0 commit comments