File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 6868 run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
6969
7070 - name : " Upload Coverage 🚀"
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 if : ${{ always() && steps.setup-python.outcome == 'success' }}
7373 with :
7474 name : " coverage-${{ matrix.config.python-version }}"
Original file line number Diff line number Diff line change 7070 run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
7171
7272 - name : " Upload Coverage 🚀"
73- uses : actions/upload-artifact@v3
73+ uses : actions/upload-artifact@v4
7474 if : ${{ always() && steps.setup-python.outcome == 'success' }}
7575 with :
7676 name : " coverage-${{ matrix.config.python-version }}"
9595 python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
9696
9797 - name : " Download Coverage 🪂"
98- uses : actions/download-artifact@v3
98+ uses : actions/download-artifact@v4
9999 with :
100100 path : coverage
101101
@@ -113,7 +113,7 @@ jobs:
113113
114114 - name : " Upload Combined Coverage Artefact 🚀"
115115 if : ${{ steps.show.outcome != 'failure' }}
116- uses : actions/upload-artifact@v3
116+ uses : actions/upload-artifact@v4
117117 with :
118118 name : " combined-coverage"
119119 path : .coverage
Original file line number Diff line number Diff line change 6868 run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
6969
7070 - name : " Upload Coverage 🚀"
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 if : ${{ always() && steps.setup-python.outcome == 'success' }}
7373 with :
7474 name : " coverage-${{ matrix.config.python-version }}"
Original file line number Diff line number Diff line change @@ -54,5 +54,5 @@ known_third_party = [
5454 " requests" ,
5555 " yapf_isort" ,
5656]
57- known_first_party = " notebook2script"
57+ known_first_party = [ " notebook2script" ,]
5858line_length = 115
Original file line number Diff line number Diff line change 1- # 3rd party
1+ # stdlib
22import os
3+
4+ # 3rd party
35from coincidence .regressions import AdvancedFileRegressionFixture
46
57# this package
Original file line number Diff line number Diff line change @@ -68,8 +68,7 @@ changedir = {toxinidir}
6868deps =
6969 build[virtualenv]>=0.3.1
7070 check-wheel-contents>=0.1.0
71- twine>=3.2.0; python_version < "3.13"
72- twine@git+https://github.com/pypa/twine; python_version >= "3.13"
71+ twine>=3.2.0
7372 cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
7473commands =
7574 python -m build --sdist --wheel " {toxinidir}"
You can’t perform that action at this time.
0 commit comments