File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -519,23 +519,23 @@ workflows:
519519 - main
520520 - /maint\/.*/
521521
522- main :
522+ stable :
523523 jobs :
524524 - build_docs :
525525 scheduled : " true"
526- name : build_docs_main
526+ name : build_docs_stable
527527 - deploy :
528- name : deploy_main
528+ name : deploy_stable
529529 requires :
530- - build_docs_main
530+ - build_docs_stable
531531 triggers :
532532 - schedule :
533533 # "At 6:00 AM GMT every day"
534- cron : " 0 6 * * *"
534+ cron : " 0 4 * * *"
535535 filters :
536536 branches :
537537 only :
538- - main
538+ - /maint\/.*/
539539
540540 monthly :
541541 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.8.0 "
99authors = [
1010 { name = " Alexandre Gramfort" , email = " alexandre.gramfort@inria.fr" },
1111]
You can’t perform that action at this time.
0 commit comments