File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 5151 - python-version : " 3.13"
5252 env :
5353 TOXENV : docs
54+ - python-version : " 3.13"
55+ env :
56+ TOXENV : twinecheck
5457 steps :
5558 - uses : actions/checkout@v4
5659 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1010 license = 'BSD' ,
1111 description = 'Scrapy middleware for Zyte Smart Proxy Manager' ,
1212 long_description = readme ,
13+ long_description_content_type = "text/x-rst" ,
1314 maintainer = 'Raul Gallegos' ,
1415 maintainer_email = '[email protected] ' ,
1516 author = 'Zyte' ,
Original file line number Diff line number Diff line change @@ -64,3 +64,12 @@ changedir = {[docs]changedir}
6464deps = {[docs]deps}
6565commands =
6666 sphinx-build -nW -b html . {envtmpdir}/html
67+
68+ [testenv:twinecheck]
69+ basepython = python3
70+ deps =
71+ twine ==5.1.1
72+ build ==1.2.2
73+ commands =
74+ python -m build --sdist
75+ twine check dist/*
You can’t perform that action at this time.
0 commit comments