Skip to content

Commit 0014e2e

Browse files
committed
ci: Improve CI workflows: add twine to check dist
1 parent b97acce commit 0014e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Build package
2424
run: |
25-
pip install --upgrade build setuptools setuptools-scm
25+
pip install --upgrade build setuptools setuptools-scm twine
2626
python -m build
2727
twine check dist/*
2828

0 commit comments

Comments
 (0)