We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dfd06 commit ab735acCopy full SHA for ab735ac
.github/workflows/pull_request.yaml
@@ -49,7 +49,23 @@ jobs:
49
# run: uv run --frozen -- pytest -m integration
50
# shell: bash
51
52
- release:
+ release-api:
53
+ needs: continuous-integration
54
+ runs-on: ubuntu-22.04
55
+ steps:
56
+ - name: Checkout repository
57
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58
+
59
+ - name: Install uv
60
+ uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
61
+ with:
62
+ version: ${{ env.UV_VERSION}}
63
64
+ - name: Install Python packages
65
+ run: uv sync --locked --no-dev
66
+ shell: bash
67
68
+ release-transcriber:
69
needs: continuous-integration
70
runs-on: ubuntu-22.04
71
steps:
0 commit comments