File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 73
73
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
74
74
75
75
- name : " Upload Coverage 🚀"
76
- uses : actions/upload-artifact@v3
76
+ uses : actions/upload-artifact@v4
77
77
if : ${{ always() && steps.setup-python.outcome == 'success' }}
78
78
with :
79
79
name : " coverage-${{ matrix.config.python-version }}"
Original file line number Diff line number Diff line change 75
75
run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
76
76
77
77
- name : " Upload Coverage 🚀"
78
- uses : actions/upload-artifact@v3
78
+ uses : actions/upload-artifact@v4
79
79
if : ${{ always() && steps.setup-python.outcome == 'success' }}
80
80
with :
81
81
name : " coverage-${{ matrix.config.python-version }}"
@@ -100,7 +100,7 @@ jobs:
100
100
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
101
101
102
102
- name : " Download Coverage 🪂"
103
- uses : actions/download-artifact@v3
103
+ uses : actions/download-artifact@v4
104
104
with :
105
105
path : coverage
106
106
@@ -118,7 +118,7 @@ jobs:
118
118
119
119
- name : " Upload Combined Coverage Artefact 🚀"
120
120
if : ${{ steps.show.outcome != 'failure' }}
121
- uses : actions/upload-artifact@v3
121
+ uses : actions/upload-artifact@v4
122
122
with :
123
123
name : " combined-coverage"
124
124
path : .coverage
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@v3
75
+ uses : actions/upload-artifact@v4
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 @@ -54,4 +54,4 @@ known_third_party = [
54
54
" requests" ,
55
55
" typing_extensions" ,
56
56
]
57
- known_first_party = " flake8_github_actions"
57
+ known_first_party = [ " flake8_github_actions" ,]
Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ changedir = {toxinidir}
71
71
deps =
72
72
build[virtualenv]>=0.3.1
73
73
check-wheel-contents>=0.1.0
74
- twine>=3.2.0; python_version < "3.13"
75
- twine@git+https://github.com/pypa/twine; python_version >= "3.13"
74
+ twine>=3.2.0
76
75
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
77
76
commands =
78
77
python -m build --sdist --wheel " {toxinidir}"
You can’t perform that action at this time.
0 commit comments