Skip to content

Commit cede498

Browse files
committed
.
1 parent 02c7081 commit cede498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install cibuildwheel
122122
run: python -m pip install cibuildwheel==3.1.3
123123
- name: Build wheels
124-
run: cd pysplashsurf && python -m cibuildwheel --output-dir ../dist
124+
run: python -m cibuildwheel --output-dir dist pysplashsurf
125125
env:
126126
CIBW_BUILD: ${{ matrix.platform.python-version }}
127127
CIBW_ARCHS: ${{ matrix.platform.archs }}

0 commit comments

Comments
 (0)