We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ce014 commit 9c4773eCopy full SHA for 9c4773e
.github/workflows/build-publish.yaml
@@ -118,6 +118,12 @@ jobs:
118
- name: Build Python sdist
119
run: poetry build -f sdist
120
121
+ - name: Download manylinux wheels
122
+ uses: actions/download-artifact@v4
123
+ with:
124
+ name: "manylinux-wheels"
125
+ path: dist
126
+
127
- name: Download all wheels
128
uses: actions/download-artifact@v4
129
with:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-rtspm"
3
-version = "0.2.16"
+version = "0.2.17"
4
description = "Python adaptation of SPM functions for real-time fMRI analysis"
5
authors = ["OpenNFT Team <[email protected]>"]
6
license = "GPL-3.0"
0 commit comments