File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1010permissions :
1111 statuses : write
1212
13- env :
14- UV_SYSTEM_PYTHON : 1
15-
1613jobs :
1714 smokeshow :
1815 runs-on : ubuntu-latest
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 :
Original file line number Diff line number Diff line change 99 - opened
1010 - synchronize
1111
12- env :
13- UV_SYSTEM_PYTHON : 1
14-
1512jobs :
1613 test-redistribute :
1714 runs-on : ubuntu-latest
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
Original file line number Diff line number Diff line change 1919 - cron : " 0 0 * * 1"
2020
2121env :
22- UV_SYSTEM_PYTHON : 1
22+ UV_NO_SYNC : true
2323
2424jobs :
2525 test :
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 :
Original file line number Diff line number Diff line change 1- 3.8
1+ 3.9
You can’t perform that action at this time.
0 commit comments