Skip to content

Commit

Permalink
fix: uv setup in publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DiTo97 authored Dec 8, 2024
1 parent 63cdbf0 commit 9f93013
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: astral-sh/setup-uv@v4
with:
version: ">0.5.0"
enable-cache: true
cache-dependency-glob: "uv.lock"
- run: uv build
- uses: actions/upload-artifact@v4
with:
Expand All @@ -35,6 +33,10 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
with:
version: ">0.5.0"
- uses: actions/download-artifact@v4
with:
name: alphacodings
Expand Down

0 comments on commit 9f93013

Please sign in to comment.