From a0fcb18395c0c244d94ac38a73d2e29ddb0bd1e0 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 28 Mar 2022 11:27:53 +1030 Subject: [PATCH] Use Python 3.7 to publish API documentation --- .github/workflows/publish_api_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index 348ebe16..782e76fe 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -18,7 +18,7 @@ jobs: ref: "gh-pages" - uses: actions/setup-python@v2 with: - python-version: 3.6 + python-version: 3.7 - name: Merge changes from 3.0 branch run: | git config user.name github-actions