8000 [skip ci] Update ci-cd.yml · nipype/nipype2pydra@9deb792 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9deb792

Browse files
authored
[skip ci] Update ci-cd.yml
1 parent 4c76b06 commit 9deb792

File tree

< 8000 div class="d-flex flex-items-center">

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
@@ -104,7 +104,7 @@ jobs:
104104
id: deployable
105105
if: github.event_name == 'release'
106106
env:
107-
PYPI_API_TOKEN: "${{ secrets.PYPI_TOKEN }}"
107+
PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
108108
run: if [ -n "$PYPI_API_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
109109

110110
- name: Upload to PyPI

0 commit comments

Comments
 (0)
0