Skip to content

Commit

Permalink
cibuildwheel no longer installs wheel automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed May 13, 2024
1 parent 697da54 commit 7798cbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
python-version: '3.11'

- name: Setup
run: pip install wheel

- uses: ilammy/msvc-dev-cmd@v1
if: startsWith(matrix.os, 'windows')

Expand Down

0 comments on commit 7798cbc

Please sign in to comment.