Skip to content

Commit

Permalink
use py 3.8 for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz committed May 10, 2024
1 parent c25c57c commit 192139c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ on:
push:
branches:
- master
- fix-docs-build
tags:
- "^[0-9]+.[0-9]+.[0-9]+"

jobs:
build_and_deploy:
uses: sensirion/.github/.github/workflows/driver.python.pypi_publish.yml@main
uses: sensirion/.github/.github/workflows/driver.python.pypi_publish.yml@main
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

4 changes: 3 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ on:

jobs:
documentation:
uses: sensirion/.github/.github/workflows/driver.python.documentation.yml@main
uses: sensirion/.github/.github/workflows/driver.python.documentation.yml@make-docs-build-py-version-configurable
with:
build-python-version: 3.8

0 comments on commit 192139c

Please sign in to comment.