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 54194d4 commit 123178cCopy full SHA for 123178c
.github/workflows/pysplashsurf_CI.yml
@@ -134,7 +134,7 @@ jobs:
134
- name: Install cibuildwheel
135
run: python -m pip install cibuildwheel==3.1.3
136
- name: Build wheels
137
- run: python -m cibuildwheel --output-dir dist
+ run: cd pysplashsurf && python -m cibuildwheel --output-dir ../dist
138
env:
139
CIBW_BUILD: ${{ matrix.python-version }}
140
CIBW_BEFORE_ALL: curl -sSf https://sh.rustup.rs | sh -s -- -y
0 commit comments