Skip to content

Commit ae6f376

Browse files
committed
wip
1 parent 6e9118d commit ae6f376

5 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version-file: "pyproject.toml"
23+
python-version-file: ".python-version"
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v7
2626
- name: Build distribution

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
permissions:
1111
statuses: write
1212

13-
env:
14-
UV_SYSTEM_PYTHON: 1
15-
1613
jobs:
1714
smokeshow:
1815
runs-on: ubuntu-latest
@@ -25,7 +22,7 @@ jobs:
2522
- uses: actions/checkout@v6
2623
- uses: actions/setup-python@v6
2724
with:
28-
python-version-file: 'pyproject.toml'
25+
python-version-file: ".python-version"
2926
- name: Setup uv
3027
uses: astral-sh/setup-uv@v7
3128
with:

.github/workflows/test-redistribute.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
- opened
1010
- synchronize
1111

12-
env:
13-
UV_SYSTEM_PYTHON: 1
14-
1512
jobs:
1613
test-redistribute:
1714
runs-on: ubuntu-latest
@@ -24,7 +21,7 @@ jobs:
2421
- name: Set up Python
2522
uses: actions/setup-python@v6
2623
with:
27-
python-version-file: "pyproject.toml"
24+
python-version-file: ".python-version"
2825
- name: Install build dependencies
2926
run: pip install build
3027
- name: Build source distribution

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
- cron: "0 0 * * 1"
2020

2121
env:
22-
UV_SYSTEM_PYTHON: 1
22+
UV_NO_SYNC: true
2323

2424
jobs:
2525
test:
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@v6
9595
- uses: actions/setup-python@v6
9696
with:
97-
python-version-file: "pyproject.toml"
97+
python-version-file: ".python-version"
9898
- name: Setup uv
9999
uses: astral-sh/setup-uv@v7
100100
with:

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8
1+
3.9

0 commit comments

Comments
 (0)