File tree Expand file tree Collapse file tree 7 files changed +657
-37
lines changed
Expand file tree Collapse file tree 7 files changed +657
-37
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,19 +18,13 @@ jobs:
1818 with :
1919 python-version : " 3.13"
2020
21- - name : Upgrade pip
22- run : |
23- pip install --constraint=.github/workflows/constraints.txt pip
24- pip --version
25-
26- - name : Install Hatch
27- run : |
28- pip install --constraint=.github/workflows/hatch-constraints.txt hatch
29- hatch --version
30-
3121 - name : Install UV
3222 uses : astral-sh/setup-uv@v5
3323
24+ - name : Install UV dependencies
25+ run : |
26+ uv sync --all-extras --frozen
27+
3428 - name : Build package
3529 run : |
3630 uv build
Original file line number Diff line number Diff line change @@ -23,19 +23,13 @@ jobs:
2323 with :
2424 python-version : " 3.13"
2525
26- - name : Upgrade pip
27- run : |
28- pip install --constraint=.github/workflows/constraints.txt pip
29- pip --version
30-
31- - name : Install Hatch
32- run : |
33- pip install --constraint=.github/workflows/hatch-constraints.txt hatch
34- hatch --version
35-
3626 - name : Install UV
3727 uses : astral-sh/setup-uv@v5
3828
29+ - name : Install UV dependencies
30+ run : |
31+ uv sync --all-extras --frozen
32+
3933 - name : Build package
4034 run : |
4135 uv build
Original file line number Diff line number Diff line change @@ -38,15 +38,10 @@ jobs:
3838 with :
3939 python-version : ${{ matrix.python }}
4040
41- - name : Upgrade pip
42- run : |
43- pip install --constraint=.github/workflows/constraints.txt pip
44- pip --version
45-
4641 - name : Install UV
4742 uses : astral-sh/setup-uv@v5
4843
49- - name : Install Nox
44+ - name : Install UV dependencies
5045 run : |
5146 uv sync --all-extras --frozen
5247
@@ -105,11 +100,6 @@ jobs:
105100 with :
106101 python-version : " 3.13"
107102
108- - name : Upgrade pip
109- run : |
110- pip install --constraint=.github/workflows/constraints.txt pip
111- pip --version
112-
113103 - name : Install UV
114104 uses : astral-sh/setup-uv@v5
115105
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ local_scheme = "no-local-version"
2626
2727[dependency-groups ]
2828dev = [
29+ " hatch>=1.14.0" ,
2930 " nox>=2024.10.9" ,
3031]
3132
You can’t perform that action at this time.
0 commit comments