Use Python 3.7 to publish API documentation

pull/2066/head
grossmj 2 years ago
parent 611193b25a
commit a0fcb18395

@ -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

Loading…
Cancel
Save