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 5e23d7d commit 1f1de20Copy full SHA for 1f1de20
.github/workflows/build-publish.yaml
@@ -146,7 +146,8 @@ jobs:
146
working-directory: dist
147
148
- name: Upload dist/wheels to PyPI
149
- uses: pypa/gh-action-pypi-publish@master
150
- with:
151
- user: __token__
152
- password: ${{ secrets.PYPI_TOKEN }}
+ env:
+ TWINE_USERNAME: __token__
+ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
+
153
+ run: twine upload dist/*
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-rtspm"
3
-version = "0.2.14"
+version = "0.2.15"
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