Skip to content

Commit 1585e0c

Browse files
committed
enh: relax python packaging tests (see nipreps/fmriprep#2472)
1 parent 754a2ac commit 1585e0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,9 @@ workflows:
761761
- test_deploy_pypi:
762762
filters:
763763
branches:
764-
ignore:
765-
- /docs\/.*/
766-
- /docker\/.*/
764+
only:
765+
- /rel\/.*/
766+
- /maint\/.*/
767767
tags:
768768
only: /.*/
769769

0 commit comments

Comments
 (0)