From 509050979da14ee9ca6426ae72c3a66694aa09d0 Mon Sep 17 00:00:00 2001 From: Phil Schaf Date: Thu, 13 Jul 2023 12:38:52 +0200 Subject: [PATCH] master -> main --- .github/workflows/deploy.yml | 2 +- .github/workflows/run_tests.yml | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cd049ed..1666c49 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI on: push: branches: - - 'master' + - 'main' - 'test_deploy' tags: - '*' diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 01f77cf..a04511d 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -3,7 +3,7 @@ name: Unit Tests on: push: branches: - - 'master' + - 'main' pull_request: branches: - '*' diff --git a/docs/conf.py b/docs/conf.py index 62154b7..0266bcd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,7 +100,7 @@ def mock_rpy2(): display_github=True, github_user='theislab', github_repo='anndata2ri', - github_version='master', + github_version='main', conf_py_path='/docs/', )