Skip to content

Commit 9c4773e

Browse files
committed
Fix download artifact names again
1 parent e6ce014 commit 9c4773e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-publish.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ jobs:
118118
- name: Build Python sdist
119119
run: poetry build -f sdist
120120

121+
- name: Download manylinux wheels
122+
uses: actions/download-artifact@v4
123+
with:
124+
name: "manylinux-wheels"
125+
path: dist
126+
121127
- name: Download all wheels
122128
uses: actions/download-artifact@v4
123129
with:

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.16"
3+
version = "0.2.17"
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)