Skip to content

Commit 3f73e3d

Browse files
committed
actions/upload-artifact update
1 parent 94312a1 commit 3f73e3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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
@@ -92,7 +92,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-rtspm"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
description = "Python adaptation of SPM functions for real-time fMRI analysis"
55
authors = ["OpenNFT Team <[email protected]>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)