Skip to content

Commit 204854b

Browse files
committed
# Conflicts: # tox.ini
2 parents 77c14a8 + c43962a commit 204854b

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Install tox
9595
run: |
9696
python -m pip install tox
97-
- name: Run tests
97+
- name: Run
9898
run: tox
9999
- name: Create coverage report
100100
if: hashFiles('.coverage') != '' # Rudimentary `file.exists()`
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install tox
122122
run: |
123123
python -m pip install tox
124-
- name: Run tests
124+
- name: Run
125125
run: tox
126126

127127
check: # This job does nothing and is only used for the branch protection
@@ -241,7 +241,7 @@ jobs:
241241
- name: Install tox
242242
run: |
243243
python -m pip install tox
244-
- name: Release
244+
- name: Run
245245
run: tox -e release
246246
env:
247247
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ It helps developers to easily share reusable code (in the form of a library)
1111
and programs (e.g., CLI/GUI tools implemented in Python), that can be installed
1212
with :pypi:`pip` and uploaded to `PyPI <http://pypi.org>`_.
1313

14+
.. sidebar-links::
15+
:home:
16+
:pypi:
17+
1418
.. toctree::
1519
:maxdepth: 1
1620
:hidden:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ testing-integration =
9090
docs =
9191
# upstream
9292
sphinx >= 3.5
93-
jaraco.packaging >= 9
93+
jaraco.packaging >= 9.3
9494
rst.linker >= 1.9
9595
furo
9696
sphinx-lint

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[tox]
2-
toxworkdir={env:TOX_WORK_DIR:.tox}
3-
41
[testenv]
52
deps =
63
# Ideally all the dependencies should be set as "extras"

0 commit comments

Comments
 (0)