Skip to content

Commit 7bc5be5

Browse files
authored
add uv community workflow (#8)
1 parent 9b4e8a2 commit 7bc5be5

File tree

3 files changed

+19
-71
lines changed

3 files changed

+19
-71
lines changed

.github/workflows/ci.yml

-51
This file was deleted.

.github/workflows/publish.yml

-20
This file was deleted.

.github/workflows/workflow.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: CI Pipeline
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
release:
11+
types:
12+
- published
13+
14+
jobs:
15+
ci:
16+
uses: community-of-python/community-workflow/.github/workflows/preset_uv.yml@main
17+
with:
18+
python-version: '["3.10","3.11","3.12","3.13"]'
19+
secrets: inherit

0 commit comments

Comments
 (0)