Skip to content

Commit

Permalink
install twine in test build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Dec 19, 2023
1 parent 541a022 commit 042cc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
python-version: "3.10"

- name: Install Python deps
run: pip install -U build
run: pip install -U build twine

- name: Build distribution
run: python -m build
Expand Down

0 comments on commit 042cc8a

Please sign in to comment.