File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 python -m pip install build twine
3333 - run : python -m build --sdist --wheel
3434 - run : twine check --strict dist/*
35- - uses : actions/upload-artifact@v4
35+ - uses : actions/upload-artifact@v5
3636 with :
3737 name : dist
3838 path : dist
4848 name : pypi
4949 url : https://pypi.org/p/mne-bids
5050 steps :
51- - uses : actions/download-artifact@v5
51+ - uses : actions/download-artifact@v6
5252 with :
5353 name : dist
5454 path : dist
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ jobs:
359359 run : |
360360 make build-doc
361361 - name : Upload artifacts
362- uses : actions/upload-artifact@v4
362+ uses : actions/upload-artifact@v5
363363 with :
364364 name : documentation
365365 path : doc/_build/html
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.14.1
3+ rev : v0.14.2
44 hooks :
55 - id : ruff
66 name : ruff mne_bids/
You can’t perform that action at this time.
0 commit comments