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 f854ac6 commit bc79d02Copy full SHA for bc79d02
.github/workflows/dry_run_publish.yml
@@ -4,14 +4,10 @@ on:
4
workflow_dispatch:
5
push:
6
branches: [main]
7
- # TODO: remove
8
- pull_request:
9
- branches: [main]
10
11
jobs:
12
build_wheels:
13
- # TODO: switch to main
14
- uses: dottxt-ai/outlines-core/.github/workflows/build_wheels.yml@maturin
+ uses: dottxt-ai/outlines-core/.github/workflows/build_wheels.yml@main
15
16
dry_run:
17
needs: build_wheels
.github/workflows/publish.yml
@@ -12,8 +12,7 @@ on:
with:
18
auto_bump: true
19
0 commit comments