CI: add Twine check in check workflow

This commit is contained in:
Abdul Rauf 2022-10-02 19:12:48 +05:00
parent 1445ebd229
commit c7d800ab22
1 changed files with 5 additions and 0 deletions

View File

@ -39,3 +39,8 @@ jobs:
run: |
pip install -U tox
tox
- name: Twine check
run: |
pip install twine
python setup.py sdist
twine check dist/*