We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9709397 + d693414 commit a37ab90Copy full SHA for a37ab90
.github/workflows/ci-cd.yaml
@@ -292,7 +292,7 @@ jobs:
292
293
- name: Check for PyPI token on tag
294
id: deployable
295
- if: github.event_name == 'release' || github.event_name == 'repository_dispatch'
+ if: github.event_name == 'release'
296
env:
297
PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
298
run: if [ -n "$PYPI_API_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
.gitignore
@@ -165,4 +165,3 @@ cython_debug/
165
# Generated files
166
/pydra/tasks/ants/_version.py
167
/pydra/tasks/ants/auto
168
-/pydra/tasks/ants/nipype_ports
0 commit comments