Skip to content

Commit a0273b0

Browse files
committed
fix publish
1 parent 55ab225 commit a0273b0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,12 @@ jobs:
104104
if: contains(github.ref, 'tags') && github.event_name == 'push'
105105
steps:
106106
- uses: actions/checkout@v5
107-
- name: Set up Python
108-
uses: actions/setup-python@v6
107+
108+
- name: Install uv
109+
uses: astral-sh/setup-uv@v7
109110
with:
111+
version: "0.9.*"
112+
enable-cache: true
110113
python-version: ${{ env.LATEST_PY_VERSION }}
111114

112115
- name: Install dependencies

0 commit comments

Comments
 (0)