mirror of https://github.com/scrapy/scrapy.git
Merge pull request #5656 from armujahid/twinecheck
CI: add Twine check in check workflow
This commit is contained in:
commit
2d1c0552f5
|
|
@ -25,6 +25,9 @@ jobs:
|
|||
- python-version: "3.10" # Keep in sync with .readthedocs.yml
|
||||
env:
|
||||
TOXENV: docs
|
||||
- python-version: "3.10"
|
||||
env:
|
||||
TOXENV: twinecheck
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue