Skip to content

Commit

Permalink
[skip ci] Fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nnansters committed Dec 6, 2024
1 parent a957068 commit 0ae6ede
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,14 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v3
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install python 3.12
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- name: Publish to PyPi
run: uv publish

0 comments on commit 0ae6ede

Please sign in to comment.