Skip to content

Commit

Permalink
chore(frontend-python/release): Check concrete-python API docs before…
Browse files Browse the repository at this point in the history
… releasing
  • Loading branch information
BourgerieQuentin committed Aug 12, 2024
1 parent 38600f8 commit 400e9a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/concrete_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ env:
RELEASE_TYPE: ${{ inputs.user_inputs }}

jobs:
test-python-api-docs:
runs-on: ${{ github.event.inputs.runner_name }}
steps:
- name: Build python api documentation
run: ci/scripts/make_apidocs.sh

build-linux-x86:
needs: [test-python-api-docs]
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
Expand Down Expand Up @@ -123,6 +130,7 @@ jobs:
retention-days: 3

build-macos:
needs: [test-python-api-docs]
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
Expand Down

0 comments on commit 400e9a9

Please sign in to comment.