Skip to content

Commit 123178c

Browse files
committed
.
1 parent 54194d4 commit 123178c

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
@@ -134,7 +134,7 @@ jobs:
134134
- name: Install cibuildwheel
135135
run: python -m pip install cibuildwheel==3.1.3
136136
- name: Build wheels
137-
run: python -m cibuildwheel --output-dir dist
137+
run: cd pysplashsurf && python -m cibuildwheel --output-dir ../dist
138138
env:
139139
CIBW_BUILD: ${{ matrix.python-version }}
140140
CIBW_BEFORE_ALL: curl -sSf https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)