File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253253 packages-dir : ./related-packages/fileformats-extras/dist
254254
255255 deploy :
256- needs : [nipype-conv, test, deploy-fileformats, deploy-fileformats-extras]
256+ needs : [nipype-conv] # , test, deploy-fileformats, deploy-fileformats-extras]
257257 runs-on : ubuntu-latest
258258 steps :
259259
@@ -367,4 +367,4 @@ jobs:
367367# Deploy on tags if PYPI_API_TOKEN is defined in the repository secrets.
368368# Secrets are not accessible in the if: condition [0], so set an output variable [1]
369369# [0] https://github.community/t/16928
370- # [1] https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter
370+ # [1] https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter
You can’t perform that action at this time.
0 commit comments