Skip to content

Commit bc79d02

Browse files
committed
Switch publish workflows to main
1 parent f854ac6 commit bc79d02

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/dry_run_publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [main]
7-
# TODO: remove
8-
pull_request:
9-
branches: [main]
107

118
jobs:
129
build_wheels:
13-
# TODO: switch to main
14-
uses: dottxt-ai/outlines-core/.github/workflows/build_wheels.yml@maturin
10+
uses: dottxt-ai/outlines-core/.github/workflows/build_wheels.yml@main
1511

1612
dry_run:
1713
needs: build_wheels

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ on:
1212

1313
jobs:
1414
build_wheels:
15-
# TODO: switch to main
16-
uses: dottxt-ai/outlines-core/.github/workflows/build_wheels.yml@maturin
15+
uses: dottxt-ai/outlines-core/.github/workflows/build_wheels.yml@main
1716
with:
1817
auto_bump: true
1918

0 commit comments

Comments
 (0)