File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 build-requirements : ' pybind11'
2929
3030 - name : Upload wheels
31- uses : actions/upload-artifact@v3
31+ uses : actions/upload-artifact@v4
3232 with :
3333 name : manylinux-wheels
3434 path : dist/*manylinux*.whl
5757 run : python -m pip wheel . --no-deps -w ./dist
5858
5959 - name : Upload wheels
60- uses : actions/upload-artifact@v3
60+ uses : actions/upload-artifact@v4
6161 with :
6262 name : macos-wheels
6363 path : dist/*.whl
9292 run : python -m pip wheel . --no-deps -w ./dist
9393
9494 - name : Upload wheels
95- uses : actions/upload-artifact@v3
95+ uses : actions/upload-artifact@v4
9696 with :
9797 name : windows-wheels
9898 path : dist/*.whl
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-rtspm"
3- version = " 0.2.9 "
3+ version = " 0.2.10 "
44description = " Python adaptation of SPM functions for real-time fMRI analysis"
55authors = [
" OpenNFT Team <[email protected] >" ]
66license = " GPL-3.0"
You can’t perform that action at this time.
0 commit comments