Skip to content

chore: swap to uv

chore: swap to uv #49

Workflow file for this run

name: CI
on:
push:
branches:
- release/*
- develop
- master
- main
pull_request: {}
permissions:
id-token: write # Required for federated aws oidc
actions: read
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
jobs:
ci:
uses: uptick/actions/.github/workflows/ci.yaml@main
secrets: inherit
with:
aws: true
python: true
poetry: true
command: make ci