Skip to content

Commit b63e0cb

Browse files
committed
build: run uv publish for the same job
1 parent 0e34ad0 commit b63e0cb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333

3434
- name: Run tests
3535
run: uv run pytest tests
36-
37-
publish:
38-
runs-on: ubuntu-latest
39-
needs: build
40-
steps:
41-
- uses: actions/checkout@v4
42-
36+
4337
- name: Publish package
4438
run: uv publish

0 commit comments

Comments
 (0)