Skip to content

Commit

Permalink
actions/upload-artifact update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAmid committed Feb 7, 2025
1 parent 94312a1 commit 3f73e3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
build-requirements: 'pybind11'

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: manylinux-wheels
path: dist/*manylinux*.whl
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: python -m pip wheel . --no-deps -w ./dist

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos-wheels
path: dist/*.whl
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: python -m pip wheel . --no-deps -w ./dist

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-wheels
path: dist/*.whl
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-rtspm"
version = "0.2.9"
version = "0.2.10"
description = "Python adaptation of SPM functions for real-time fMRI analysis"
authors = ["OpenNFT Team <opennft@gmail.com>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 3f73e3d

Please sign in to comment.