Skip to content

Commit 12a4775

Browse files
authored
fix deploy (#19)
- **fix deploy steps** - **Fix deploy steps (#17)** - **use python** - **disable cache** --------- Signed-off-by: Tim Monko <timmonko@gmail.com>
1 parent 4c286b3 commit 12a4775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
uses: astral-sh/setup-uv@v6
8484
with:
8585
python-version: "3.13"
86+
enable-cache: false
8687
- name: Build package
8788
run: |
8889
python -m pip install build

0 commit comments

Comments
 (0)