Skip to content

Commit

Permalink
chore(dependencies): switch to Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
luketainton committed Dec 19, 2024
1 parent b1d7b21 commit 4370b71
Show file tree
Hide file tree
Showing 6 changed files with 553 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:

jobs:
ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry.yml@main
with:
python-version: 3.11
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
- cron: "0 9 * * 0"

jobs:
test:
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry.yml@main
with:
python-version: 3.11
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

create_release:
name: Create Release
uses: luketainton/gha-workflows/.github/workflows/create-release.yml@main
Loading

0 comments on commit 4370b71

Please sign in to comment.