File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -577,19 +577,19 @@ workflows:
577577 jobs :
578578 - build_docs :
579579 scheduled : " true"
580- name : build_docs_main
580+ name : build_docs_stable
581581 - deploy :
582- name : deploy_main
582+ name : deploy_stable
583583 requires :
584- - build_docs_main
584+ - build_docs_stable
585585 triggers :
586586 - schedule :
587- # "At 6 :00 AM GMT every day"
588- cron : " 0 6 * * *"
587+ # "At 4 :00 AM GMT every day"
588+ cron : " 0 4 * * *"
589589 filters :
590590 branches :
591591 only :
592- - main
592+ - /maint\/.*/
593593
594594 weekly :
595595 jobs :
Original file line number Diff line number Diff line change 11[project ]
22name = " mne"
33description = " MNE-Python project for MEG and EEG data analysis."
4- dynamic = [ " version " ]
4+ version = " 1.6.0 "
55authors = [
66 { name = " Alexandre Gramfort" , email = " alexandre.gramfort@inria.fr" },
77]
You can’t perform that action at this time.
0 commit comments