File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 72
72
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
73
73
74
74
- name : " Upload Coverage 🚀"
75
- uses : actions/upload-artifact@v2
75
+ uses : actions/upload-artifact@v3
76
76
if : ${{ always() && steps.setup-python.outcome == 'success' }}
77
77
with :
78
78
name : " coverage-${{ matrix.config.python-version }}"
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
66
66
python -VV
67
67
python -m site
68
68
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
70
70
python -m pip install --upgrade coverage_pyver_pragma
71
71
72
72
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
73
73
if : steps.setup-python.outcome == 'success'
74
74
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
75
75
76
76
- name : " Upload Coverage 🚀"
77
- uses : actions/upload-artifact@v2
77
+ uses : actions/upload-artifact@v3
78
78
if : ${{ always() && steps.setup-python.outcome == 'success' }}
79
79
with :
80
80
name : " coverage-${{ matrix.config.python-version }}"
99
99
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
100
100
101
101
- name : " Download Coverage 🪂"
102
- uses : actions/download-artifact@v2
102
+ uses : actions/download-artifact@v3
103
103
with :
104
104
path : coverage
105
105
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
- name : " Upload Combined Coverage Artefact 🚀"
119
119
if : ${{ steps.show.outcome != 'failure' }}
120
- uses : actions/upload-artifact@v2
120
+ uses : actions/upload-artifact@v3
121
121
with :
122
122
name : " combined-coverage"
123
123
path : .coverage
Original file line number Diff line number Diff line change 71
71
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
72
72
73
73
- name : " Upload Coverage 🚀"
74
- uses : actions/upload-artifact@v2
74
+ uses : actions/upload-artifact@v3
75
75
if : ${{ always() && steps.setup-python.outcome == 'success' }}
76
76
with :
77
77
name : " coverage-${{ matrix.config.python-version }}"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ seed_intersphinx_mapping
109
109
:target: https://github.com/sphinx-toolbox/seed_intersphinx_mapping/commit/master
110
110
:alt: GitHub last commit
111
111
112
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2022
112
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
113
113
:alt: Maintenance
114
114
115
115
.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/seed_intersphinx_mapping
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ seed_intersphinx_mapping
114
114
:last-commit:
115
115
:alt: GitHub last commit
116
116
117
- .. |maintained | maintained-shield :: 2022
117
+ .. |maintained | maintained-shield :: 2023
118
118
:alt: Maintenance
119
119
120
120
.. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change 2
2
# You may add new sections, but any changes made to the following sections will be lost:
3
3
# * tox
4
4
# * envlists
5
+ # * testenv:py312-dev
5
6
# * testenv:docs
6
7
# * testenv:build
7
8
# * testenv:lint
You can’t perform that action at this time.
0 commit comments