Skip to content

Commit

Permalink
MAINT: stable branch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Apr 19, 2024
1 parent 39a4ddb commit a87206c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,23 +522,23 @@ workflows:
- main
- /maint\/.*/

main:
stable:
jobs:
- build_docs:
scheduled: "true"
name: build_docs_main
name: build_docs_stable
- deploy:
name: deploy_main
name: deploy_stable
requires:
- build_docs_main
- build_docs_stable
triggers:
- schedule:
# "At 6:00 AM GMT every day"
cron: "0 6 * * *"
# "At 4:00 AM GMT every day"
cron: "0 4 * * *"
filters:
branches:
only:
- main
- /maint\/.*/

monthly:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "mne"
description = "MNE-Python project for MEG and EEG data analysis."
dynamic = ["version"]
version = "1.7.0"
authors = [
{ name = "Alexandre Gramfort", email = "[email protected]" },
]
Expand Down

0 comments on commit a87206c

Please sign in to comment.