Skip to content

Commit

Permalink
Pin uv version to 0.4.26 (microsoft#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu authored Oct 26, 2024
1 parent f31ff66 commit 69fc742
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.26"
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand All @@ -36,6 +37,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.26"
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand Down Expand Up @@ -64,6 +66,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.26"
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand Down Expand Up @@ -92,6 +95,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.26"
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand All @@ -118,6 +122,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.26"
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand All @@ -142,6 +147,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.26"
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand All @@ -160,6 +166,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.26"
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.26"
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/single-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.26"
- run: uv build --package ${{ github.event.inputs.package }} --out-dir dist/
working-directory: python
- name: Publish package to PyPI
Expand Down

0 comments on commit 69fc742

Please sign in to comment.