Skip to content

Commit

Permalink
Update build_wheels_and_publish.yml
Browse files Browse the repository at this point in the history
need to repair linux build with cibuildwheel for PyPI
  • Loading branch information
katiebreivik authored Aug 20, 2024
1 parent 1720f26 commit eaf3ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Build wheels using cibuildwheel
run: |
python -m build --outdir dist
unzip -l ./dist/*.whl
python -m pip install cibuildwheel
python -m cibuildwheel --output-dir dist
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit eaf3ed4

Please sign in to comment.