Skip to content

Commit

Permalink
Install twine in deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jun 10, 2022
1 parent 74218eb commit bb23b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build
python -m pip install build twine
- name: Build and publish
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit bb23b25

Please sign in to comment.