Skip to content

Commit bf70766

Browse files
committed
MAINT: Fix [circle deploy]
1 parent bf5173b commit bf70766

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.circleci/config.yml

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "mne"
77
description = "MNE-Python project for MEG and EEG data analysis."
8-
dynamic = ["version"]
8+
version = "1.8.0"
99
authors = [
1010
{ name = "Alexandre Gramfort", email = "alexandre.gramfort@inria.fr" },
1111
]

0 commit comments

Comments
 (0)