Skip to content

Commit

Permalink
Update build_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mole authored Dec 4, 2023
1 parent 96e4e1d commit 0a85522
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ jobs:
with:
python-version: '3.10'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
run: python setup.py bdist_wheel

- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl
path: ./dist/*.whl

0 comments on commit 0a85522

Please sign in to comment.