Skip to content

Commit 5eef3c8

Browse files
committed
deploy: install twine for check
1 parent 65a3b5b commit 5eef3c8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,15 @@ jobs:
6868
with:
6969
fetch-depth: 0
7070

71+
- name: Install build dependencies
72+
run: |
73+
python -m pip install --upgrade pip
74+
pip install pipx twine
75+
7176
- name: Build sdist
7277
run: pipx run build --sdist
7378

74-
- name: Check package
79+
- name: Check source package
7580
run: |
7681
twine check dist/*.tar.gz
7782

0 commit comments

Comments
 (0)