Skip to content

Commit

Permalink
Use Python 3.9 to publish API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jan 7, 2025
1 parent 7c0384a commit 54c0b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-api-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: "gh-pages"
- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9
- name: Merge changes from 3.0 branch
run: |
git config user.name github-actions
Expand Down

0 comments on commit 54c0b38

Please sign in to comment.