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 4f9fe16 commit 8f2cbe1Copy full SHA for 8f2cbe1
.github/workflows/release.yml
@@ -39,9 +39,9 @@ jobs:
39
- name: Install requirements
40
run: |
41
./bin/before_install_ubuntu.sh
42
- python -m pip install build
43
- - name: Build package
44
- run: python -m build .
+ python -m pip install cibuildwheel
+ - name: Build using cibuildwheel
+ run: python -m cibuildwheel --output-dir dist
45
- uses: pypa/[email protected]
46
with:
47
user: __token__
0 commit comments