Skip to content

Commit 8f2cbe1

Browse files
committed
ci: use cibuildwheel for pypi wheels
1 parent 4f9fe16 commit 8f2cbe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Install requirements
4040
run: |
4141
./bin/before_install_ubuntu.sh
42-
python -m pip install build
43-
- name: Build package
44-
run: python -m build .
42+
python -m pip install cibuildwheel
43+
- name: Build using cibuildwheel
44+
run: python -m cibuildwheel --output-dir dist
4545
- uses: pypa/[email protected]
4646
with:
4747
user: __token__

0 commit comments

Comments
 (0)