From 2c9d039ed02d8c37d587c36183832b19eea12196 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 17 Jan 2022 10:22:10 +0100 Subject: [PATCH] Update doc versions, + downgrade 3.10 for conda. --- .github/deploy_doc.sh | 5 +++-- .github/workflows/python-release-conda.yml | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/deploy_doc.sh b/.github/deploy_doc.sh index 1afea5478..9902e190b 100755 --- a/.github/deploy_doc.sh +++ b/.github/deploy_doc.sh @@ -49,5 +49,6 @@ deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.1 python deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.2 python deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.3 python deploy_doc "python-v0.9.4" v0.9.4 python -deploy_doc "python-v0.10.0" v0.10.0 python -deploy_doc "python-v0.10.0" latest python override +deploy_doc "python-v0.10.3" v0.10.3 python +deploy_doc "python-v0.11.3" v0.11.3 python +deploy_doc "$GITHUB_SHA" latest python override diff --git a/.github/workflows/python-release-conda.yml b/.github/workflows/python-release-conda.yml index 1726f5de5..c6ef74490 100644 --- a/.github/workflows/python-release-conda.yml +++ b/.github/workflows/python-release-conda.yml @@ -14,7 +14,9 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest] - python: ["3.7", "3.8", "3.9", "3.10"] + python: ["3.7", "3.8", "3.9"] + # 3.10 Not yet available on Conda. + # python: ["3.7", "3.8", "3.9", "3.10"] steps: - name: Checkout repository