8000 Bug fix api token in ci-cd.yml · nipype/nipype2pydra@4c76b06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c76b06

Browse files
authored
Bug fix api token in ci-cd.yml
1 parent 7d6ff89 commit 4c76b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
if: github.event_name == 'release'
106106
env:
107107
PYPI_API_TOKEN: "${{ secrets.PYPI_TOKEN }}"
108-
run: if [ -n "$PYPI_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
108+ run: if [ -n "$PYPI_API_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
109109

110110
- name: Upload to PyPI
111111
if: steps.deployable.outputs.DEPLOY

0 commit comments

Comments
 (0)
0