Skip to content

Commit de164ab

Browse files
committed
ci(uv): don't specify Python version when not require
1 parent 548621c commit de164ab

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/docspublish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
fetch-depth: 0
1717
- name: Set up Python
1818
uses: astral-sh/setup-uv@v7
19-
with:
20-
python-version: "3.x"
2119
- name: Install dependencies
2220
run: |
2321
uv --version
@@ -51,8 +49,6 @@ jobs:
5149
git pull origin master
5250
- name: Set up Python
5351
uses: astral-sh/setup-uv@v7
54-
with:
55-
python-version: "3.x"
5652
- name: Install dependencies
5753
run: |
5854
uv --version

.github/workflows/homebrewpublish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
uses: actions/checkout@v6
1616
- name: Set up Python
1717
uses: astral-sh/setup-uv@v7
18-
with:
19-
python-version: "3.x"
2018
- name: Install dependencies
2119
run: uv pip install -U commitizen
2220
- name: Set Project version env variable

.github/workflows/pythonpublish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
fetch-depth: 0
1616
- name: Set up Python
1717
uses: astral-sh/setup-uv@v7
18-
with:
19-
python-version: "3.x"
2018
- name: Build
2119
run: uv build
2220
- name: Publish

0 commit comments

Comments
 (0)