Skip to content

Commit

Permalink
Add Twine to deploy wf
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Feb 4, 2024
1 parent 880bb8c commit 28ff47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
with:
python-version: "3.8"

- name: "Install Python Build Module"
- name: "Install Python Build Module and Twine"
run: |
python3 -m pip install build
python3 -m pip install build twine
- name: "Build Binary Wheel and Source Tarball"
run: |
Expand Down

0 comments on commit 28ff47f

Please sign in to comment.