Skip to content

Commit

Permalink
Merge pull request #21 from nipype/ci-cd-fix
Browse files Browse the repository at this point in the history
touched up gitignore and ci-cd
  • Loading branch information
tclose authored May 20, 2024
2 parents 9709397 + d693414 commit a37ab90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:

- name: Check for PyPI token on tag
id: deployable
if: github.event_name == 'release' || github.event_name == 'repository_dispatch'
if: github.event_name == 'release'
env:
PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
run: if [ -n "$PYPI_API_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,3 @@ cython_debug/
# Generated files
/pydra/tasks/ants/_version.py
/pydra/tasks/ants/auto
/pydra/tasks/ants/nipype_ports

0 comments on commit a37ab90

Please sign in to comment.