Skip to content

Commit 8e7b968

Browse files
committed
2 parents 626e633 + c43962a commit 8e7b968

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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:
@@ -87,7 +87,7 @@ jobs:
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 }}

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Welcome to |project| documentation!
22
===================================
33

4+
.. sidebar-links::
5+
:home:
6+
:pypi:
7+
48
``importlib_metadata`` supplies a backport of :mod:`importlib.metadata`,
59
enabling early access to features of future Python versions and making
610
functionality available for older Python versions. Users are encouraged to

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ testing =
5353
docs =
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

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[tox]
2-
toxworkdir={env:TOX_WORK_DIR:.tox}
3-
4-
51
[testenv]
62
deps =
73
setenv =

0 commit comments

Comments
 (0)