Skip to content

Commit

Permalink
use cibuildwheel for manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Jun 11, 2024
1 parent ef4d887 commit 7e71db1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install pypa/build
- name: Install cibuildwheel
run: >-
python3 -m
pip install
build
cibuildwheel
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
run: python3 -m cibuildwheel --output-dir dist
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7e71db1

Please sign in to comment.