Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki authored Dec 12, 2023
1 parent f4052f9 commit 62ee06a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
architecture: ${{ matrix.arch }}

- name: Install packages
run: pip install wheel
run: |
pip install wheel
pip install setuptools
- name: build
run: python setup.py bdist_wheel
Expand Down Expand Up @@ -58,7 +60,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install packages
run: pip install wheel
run: |
pip install wheel
pip install setuptools
- name: build
run: python setup.py bdist_wheel
Expand Down

0 comments on commit 62ee06a

Please sign in to comment.