Skip to content

Commit

Permalink
fix: add setuptools to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs committed Oct 26, 2024
1 parent 3053d7e commit c6e4ba6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade wheel
python -m pip install --upgrade pip wheel setuptools
- name: Build wheels
run: python setup.py bdist_wheel
Expand Down

0 comments on commit c6e4ba6

Please sign in to comment.