Skip to content

Commit e19e5bc

Browse files
authored
Merge pull request #61 from community-of-python/community-workflow
use community workflow
2 parents a38d314 + 48317b0 commit e19e5bc

File tree

3 files changed

+19
-70
lines changed

3 files changed

+19
-70
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/workflow.yml

Lines changed: 19 additions & 0 deletions
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.9","3.10","3.11","3.12","3.13"]'
19+
secrets: inherit

0 commit comments

Comments
 (0)