Skip to content

Commit c974da3

Browse files
Updated files with 'repo_helper'. (#62)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent d8a2306 commit c974da3

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7373

7474
- name: "Upload Coverage 🚀"
75-
uses: actions/upload-artifact@v2
75+
uses: actions/upload-artifact@v3
7676
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7777
with:
7878
name: "coverage-${{ matrix.config.python-version }}"

.github/workflows/python_ci_linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ jobs:
6666
python -VV
6767
python -m site
6868
python -m pip install --upgrade pip setuptools wheel
69-
python -m pip install --upgrade tox virtualenv!=20.16.0
69+
python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
7070
python -m pip install --upgrade coverage_pyver_pragma
7171
7272
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
7373
if: steps.setup-python.outcome == 'success'
7474
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7575

7676
- name: "Upload Coverage 🚀"
77-
uses: actions/upload-artifact@v2
77+
uses: actions/upload-artifact@v3
7878
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7979
with:
8080
name: "coverage-${{ matrix.config.python-version }}"
@@ -99,7 +99,7 @@ jobs:
9999
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
100100
101101
- name: "Download Coverage 🪂"
102-
uses: actions/download-artifact@v2
102+
uses: actions/download-artifact@v3
103103
with:
104104
path: coverage
105105

@@ -117,7 +117,7 @@ jobs:
117117
118118
- name: "Upload Combined Coverage Artefact 🚀"
119119
if: ${{ steps.show.outcome != 'failure' }}
120-
uses: actions/upload-artifact@v2
120+
uses: actions/upload-artifact@v3
121121
with:
122122
name: "combined-coverage"
123123
path: .coverage

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7272

7373
- name: "Upload Coverage 🚀"
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v3
7575
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7676
with:
7777
name: "coverage-${{ matrix.config.python-version }}"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ seed_intersphinx_mapping
109109
:target: https://github.com/sphinx-toolbox/seed_intersphinx_mapping/commit/master
110110
:alt: GitHub last commit
111111

112-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2022
112+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
113113
:alt: Maintenance
114114

115115
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/seed_intersphinx_mapping

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ seed_intersphinx_mapping
114114
:last-commit:
115115
:alt: GitHub last commit
116116

117-
.. |maintained| maintained-shield:: 2022
117+
.. |maintained| maintained-shield:: 2023
118118
:alt: Maintenance
119119

120120
.. |pypi-downloads| pypi-shield::

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# You may add new sections, but any changes made to the following sections will be lost:
33
# * tox
44
# * envlists
5+
# * testenv:py312-dev
56
# * testenv:docs
67
# * testenv:build
78
# * testenv:lint

0 commit comments

Comments
 (0)