Skip to content

Commit 47e6f1a

Browse files
committed
Fix release job by including twine to check distributions.
1 parent d2be499 commit 47e6f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install -U pip
26-
python -m pip install -U build hatchling
26+
python -m pip install -U build hatchling twine
2727
2828
- name: Build package
2929
run: |

0 commit comments

Comments
 (0)