diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 3965435..135d905 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -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 diff --git a/.gitignore b/.gitignore index 2a3a1a2..0d32122 100644 --- a/.gitignore +++ b/.gitignore @@ -165,4 +165,3 @@ cython_debug/ # Generated files /pydra/tasks/ants/_version.py /pydra/tasks/ants/auto -/pydra/tasks/ants/nipype_ports