Skip to content

Commit

Permalink
add wheeltools to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Mar 8, 2022
1 parent 149de00 commit 916e4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
# https://github.com/PyO3/maturin/issues/829
- name: Add license text file to wheels
run: |
pip install wheeltools
pip install -r requirements.txt
python add_license_file_to_wheels.py dist/*.whl
- name: Upload wheels
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ maturin
tomli
tomli-w
twine
wheeltools

0 comments on commit 916e4ca

Please sign in to comment.