mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2026-01-05 23:14:23 +01:00
Pin uv version (#806)
This commit is contained in:
committed by
GitHub
parent
294fc6b4d3
commit
8a2359ffeb
2
.github/workflows/publish-pypi.yml
vendored
2
.github/workflows/publish-pypi.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v3
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.2
|
||||
|
||||
- name: Set up Python 3.12
|
||||
run: uv python install 3.12
|
||||
@@ -67,6 +68,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v3
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.2
|
||||
|
||||
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
|
||||
- uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user