We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1811c commit 2326668Copy full SHA for 2326668
1 file changed
.github/workflows/build-wheels.yml
@@ -24,11 +24,11 @@ jobs:
24
with:
25
python-version: "3.12"
26
27
- - name: Install cibuildwheel
28
- run: python -m pip install cibuildwheel==2.22.0
29
-
30
- name: Build wheels
31
- run: python -m cibuildwheel --output-dir wheelhouse owa-epanet
+ uses: pypa/cibuildwheel@v2.22.0
+ with:
+ output-dir: wheelhouse
+ package-dir: owa-epanet
32
env:
33
CIBW_BUILD: ${{ matrix.python_tag }}-*
34
CIBW_SKIP: "*-manylinux_i686 *-musllinux_* *-win32"
0 commit comments