Skip to content

Commit e8753dd

Browse files
committed
output-dir is a GHA keyword
1 parent c5d228d commit e8753dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
uses: pypa/cibuildwheel@v3.2.1
165165
with:
166166
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
167+
output-dir: ./dist
167168
env:
168169
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
169170
CIBW_BUILD_FRONTEND: ${{ matrix.cibw_build_frontend || 'pip' }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ setup = ['--vsenv'] # For Windows
145145

146146
[tool.cibuildwheel]
147147
skip = ["*_i686", "*_ppc64le", "*_s390x"]
148-
output-dir = "dist"
149148
build-verbosity = 3
150149
environment = {LDFLAGS="-Wl,--strip-all"}
151150
test-extras = "test"

0 commit comments

Comments
 (0)