Skip to content

Commit a31bce3

Browse files
authored
👷 Fix CI, prevent CI from trying to build asyncer-slim (#480)
1 parent 7ff010f commit a31bce3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11-
strategy:
12-
matrix:
13-
package:
14-
- asyncer
15-
- asyncer-slim
1611
permissions:
1712
id-token: write
1813
contents: read
@@ -30,7 +25,5 @@ jobs:
3025
uses: astral-sh/setup-uv@v7
3126
- name: Build distribution
3227
run: uv build
33-
env:
34-
TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
3528
- name: Publish
3629
run: uv publish

0 commit comments

Comments
 (0)