Skip to content

Commit

Permalink
try fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Nov 7, 2023
1 parent 8d85406 commit 7b3fce2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.11.2

- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Build wheels
run: python -m cibuildwheel --output-dir dist

Expand Down

0 comments on commit 7b3fce2

Please sign in to comment.