Skip to content

Commit a37ab90

Browse files
authored
Merge pull request #21 from nipype/ci-cd-fix
touched up gitignore and ci-cd
2 parents 9709397 + d693414 commit a37ab90

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292

293293
- name: Check for PyPI token on tag
294294
id: deployable
295-
if: github.event_name == 'release' || github.event_name == 'repository_dispatch'
295+
if: github.event_name == 'release'
296296
env:
297297
PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
298298
run: if [ -n "$PYPI_API_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,3 @@ cython_debug/
165165
# Generated files
166166
/pydra/tasks/ants/_version.py
167167
/pydra/tasks/ants/auto
168-
/pydra/tasks/ants/nipype_ports

0 commit comments

Comments
 (0)