Skip to content

Commit d6a30e3

Browse files
committed
fix: Remove publishing group which uv handles
1 parent 120a1a7 commit d6a30e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: 0.6.11
2626

2727
- name: Install project
28-
run: uv sync --group publishing
28+
run: uv sync
2929

3030
- name: Build and publish to PyPI
3131
env:

0 commit comments

Comments
 (0)