Skip to content

Commit 1f1de20

Browse files
committed
version update
1 parent 5e23d7d commit 1f1de20

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/build-publish.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ jobs:
146146
working-directory: dist
147147

148148
- name: Upload dist/wheels to PyPI
149-
uses: pypa/gh-action-pypi-publish@master
150-
with:
151-
user: __token__
152-
password: ${{ secrets.PYPI_TOKEN }}
149+
env:
150+
TWINE_USERNAME: __token__
151+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
152+
153+
run: twine upload dist/*

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.14"
3+
version = "0.2.15"
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)