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.
1 parent c5d228d commit e8753ddCopy full SHA for e8753dd
.github/workflows/wheels.yml
@@ -164,6 +164,7 @@ jobs:
164
uses: pypa/cibuildwheel@v3.2.1
165
with:
166
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
167
+ output-dir: ./dist
168
env:
169
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
170
CIBW_BUILD_FRONTEND: ${{ matrix.cibw_build_frontend || 'pip' }}
pyproject.toml
@@ -145,7 +145,6 @@ setup = ['--vsenv'] # For Windows
145
146
[tool.cibuildwheel]
147
skip = ["*_i686", "*_ppc64le", "*_s390x"]
148
-output-dir = "dist"
149
build-verbosity = 3
150
environment = {LDFLAGS="-Wl,--strip-all"}
151
test-extras = "test"
0 commit comments