File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -522,23 +522,23 @@ workflows:
522522 - main
523523 - /maint\/.*/
524524
525- main :
525+ stable :
526526 jobs :
527527 - build_docs :
528528 scheduled : " true"
529- name : build_docs_main
529+ name : build_docs_stable
530530 - deploy :
531- name : deploy_main
531+ name : deploy_stable
532532 requires :
533- - build_docs_main
533+ - build_docs_stable
534534 triggers :
535535 - schedule :
536- # "At 6 :00 AM GMT every day"
537- cron : " 0 6 * * *"
536+ # "At 4 :00 AM GMT every day"
537+ cron : " 0 4 * * *"
538538 filters :
539539 branches :
540540 only :
541- - main
541+ - /maint\/.*/
542542
543543 monthly :
544544 jobs :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55[project ]
66name = " mne"
77description = " MNE-Python project for MEG and EEG data analysis."
8- dynamic = [ " version " ]
8+ version = " 1.7.0 "
99authors = [
1010 { name = " Alexandre Gramfort" , email = " alexandre.gramfort@inria.fr" },
1111]
You can’t perform that action at this time.
0 commit comments