ci: updated publish job to use cache
All checks were successful
/ test-build (push) Successful in 20s
All checks were successful
/ test-build (push) Successful in 20s
This commit is contained in:
parent
59948ec517
commit
ac8c88e2af
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ jobs:
|
|||
runs-on: based-alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: setup cache
|
||||
id: uv-cache
|
||||
uses: https://git.ficd.sh/ficd/uv-cache@v1
|
||||
- name: build
|
||||
run: |
|
||||
uv sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue