Skip to content

Commit 2326668

Browse files
author
Sam Hatchett
committed
Update build-wheels.yml
1 parent 3a1811c commit 2326668

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
with:
2525
python-version: "3.12"
2626

27-
- name: Install cibuildwheel
28-
run: python -m pip install cibuildwheel==2.22.0
29-
3027
- name: Build wheels
31-
run: python -m cibuildwheel --output-dir wheelhouse owa-epanet
28+
uses: pypa/cibuildwheel@v2.22.0
29+
with:
30+
output-dir: wheelhouse
31+
package-dir: owa-epanet
3232
env:
3333
CIBW_BUILD: ${{ matrix.python_tag }}-*
3434
CIBW_SKIP: "*-manylinux_i686 *-musllinux_* *-win32"

0 commit comments

Comments
 (0)