Skip to content

Commit

Permalink
add uv community workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnik512 authored Jan 30, 2025
1 parent 9b4e8a2 commit 7bc5be5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 71 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/ci.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/publish.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI Pipeline

on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types:
- published

jobs:
ci:
uses: community-of-python/community-workflow/.github/workflows/preset_uv.yml@main
with:
python-version: '["3.10","3.11","3.12","3.13"]'
secrets: inherit

0 comments on commit 7bc5be5

Please sign in to comment.