Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 5737bf9

Browse files
committed
fix ci bug
1 parent e94c2b1 commit 5737bf9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
environment: pypi
12+
needs: ci
1213
permissions:
1314
id-token: write
1415

@@ -26,4 +27,7 @@ jobs:
2627
run: uv build
2728

2829
- name: Publish
29-
run: uv publish
30+
run: uv publish
31+
32+
ci:
33+
uses: ./.github/workflows/ci.yml

0 commit comments

Comments
 (0)