mirror of https://github.com/scrapy/scrapy.git
CI: add Twine check in check workflow
This commit is contained in:
parent
1445ebd229
commit
c7d800ab22
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue