File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 - name : Install tox
6969 run : |
7070 python -m pip install tox
71- - name : Run tests
71+ - name : Run
7272 run : tox
7373
7474 docs :
8282 - name : Install tox
8383 run : |
8484 python -m pip install tox
85- - name : Run tests
85+ - name : Run
8686 run : tox
8787
8888 check : # This job does nothing and is only used for the branch protection
@@ -135,7 +135,7 @@ jobs:
135135 - name : Install tox
136136 run : |
137137 python -m pip install tox
138- - name : Release
138+ - name : Run
139139 run : tox -e release
140140 env :
141141 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_resources `` is a library which provides for access to *resources *
59in Python packages. It provides functionality similar to ``pkg_resources ``
610`Basic Resource Access `_ API, but without all of the overhead and performance
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ testing =
4848docs =
4949 # upstream
5050 sphinx >= 3.5
51- jaraco.packaging >= 9
51+ jaraco.packaging >= 9.3
5252 rst.linker >= 1.9
5353 furo
5454 sphinx-lint
You can’t perform that action at this time.
0 commit comments