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 02c7081 commit cede498Copy full SHA for cede498
.github/workflows/pysplashsurf_CI.yml
@@ -121,7 +121,7 @@ jobs:
121
- name: Install cibuildwheel
122
run: python -m pip install cibuildwheel==3.1.3
123
- name: Build wheels
124
- run: cd pysplashsurf && python -m cibuildwheel --output-dir ../dist
+ run: python -m cibuildwheel --output-dir dist pysplashsurf
125
env:
126
CIBW_BUILD: ${{ matrix.platform.python-version }}
127
CIBW_ARCHS: ${{ matrix.platform.archs }}
0 commit comments