Skip to content

Commit

Permalink
add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Dec 11, 2023
1 parent 3e83c9d commit 5069854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Build sdist and wheel
run: |
python -m pip install wheel
python -m pip install wheel setuptools
python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5069854

Please sign in to comment.