Skip to content

Commit

Permalink
install all ddeps
Browse files Browse the repository at this point in the history
  • Loading branch information
favipcj committed Jul 1, 2024
1 parent 3ce589b commit 8fb71da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
with:
python-version: '3.x'
- name: Install twine
run: pip install twine
run: |
pip install twine
pip install wheel
pip install setuptools
- name: Upload wheel
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 8fb71da

Please sign in to comment.