File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7373 - name : Install tox
7474 run : |
7575 python -m pip install tox
76- - name : Run tests
76+ - name : Run
7777 run : tox
7878
7979 docs :
8787 - name : Install tox
8888 run : |
8989 python -m pip install tox
90- - name : Run tests
90+ - name : Run
9191 run : tox
9292
9393 check : # This job does nothing and is only used for the branch protection
@@ -140,7 +140,7 @@ jobs:
140140 - name : Install tox
141141 run : |
142142 python -m pip install tox
143- - name : Release
143+ - name : Run
144144 run : tox -e release
145145 env :
146146 TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 11Welcome to |project | documentation!
22===================================
33
4+ .. sidebar-links ::
5+ :home:
6+ :pypi:
7+
48``importlib_metadata `` supplies a backport of :mod: `importlib.metadata `,
59enabling early access to features of future Python versions and making
610functionality available for older Python versions. Users are encouraged to
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ testing =
5353docs =
5454 # upstream
5555 sphinx >= 3.5
56- jaraco.packaging >= 9
56+ jaraco.packaging >= 9.3
5757 rst.linker >= 1.9
5858 furo
5959 sphinx-lint
Original file line number Diff line number Diff line change 1- [tox]
2- toxworkdir ={env:TOX_WORK_DIR:.tox}
3-
4-
51[testenv]
62deps =
73setenv =
You can’t perform that action at this time.
0 commit comments