Skip to content

Commit 87a7364

Browse files
committed
FIX: Version and job
1 parent e483889 commit 87a7364

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mne"
33
description = "MNE-Python project for MEG and EEG data analysis."
4-
dynamic = ["version"]
4+
version = "1.6.0"
55
authors = [
66
{ name = "Alexandre Gramfort", email = "alexandre.gramfort@inria.fr" },
77
]

0 commit comments

Comments
 (0)