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 de7f6b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ 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@make-docs-build-py-version-configurable
with:
build-python-version: 3.8
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit de7f6b6

Please sign in to comment.