File tree Expand file tree Collapse file tree 3 files changed +7
-19
lines changed
Expand file tree Collapse file tree 3 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 4040 run : uv python install
4141
4242 - name : Install dependencies
43- run : uv sync
43+ run : uv sync --all-packages
4444
4545 - name : Run pylint
4646 run : |
8888 - name : Install uv
8989 uses : astral-sh/setup-uv@v4
9090
91- - name : Set up Python
92- run : uv python install
93-
9491 - name : Install dependencies
95- run : uv sync
92+ run : uv sync --all-packages
9693
9794 - name : Build ${{ matrix.project }}
9895 run : |
10198
10299 - name : Check package metadata
103100 run : |
104- uv pip install twine
105- twine check packages/${{ matrix.project }}/dist/*.whl
101+ uv run twine check packages/${{ matrix.project }}/dist/*.whl
106102
107103 - name : Verify package contents
108104 run : |
Original file line number Diff line number Diff line change @@ -128,11 +128,8 @@ jobs:
128128 - name : Install uv
129129 uses : astral-sh/setup-uv@v4
130130
131- - name : Set up Python
132- run : uv python install
133-
134131 - name : Install dependencies
135- run : uv sync
132+ run : uv sync --all-packages
136133
137134 - name : Update agent version
138135 run : |
@@ -147,8 +144,7 @@ jobs:
147144
148145 - name : Check package metadata
149146 run : |
150- uv pip install twine
151- twine check packages/agent/dist/*.whl
147+ uv run twine check packages/agent/dist/*.whl
152148
153149 - name : Publish to PyPI
154150 env :
Original file line number Diff line number Diff line change @@ -128,11 +128,8 @@ jobs:
128128 - name : Install uv
129129 uses : astral-sh/setup-uv@v4
130130
131- - name : Set up Python
132- run : uv python install
133-
134131 - name : Install dependencies
135- run : uv sync
132+ run : uv sync --all-packages
136133
137134 - name : Update simunet version
138135 run : |
@@ -147,8 +144,7 @@ jobs:
147144
148145 - name : Check package metadata
149146 run : |
150- uv pip install twine
151- twine check packages/simunet/dist/*.whl
147+ uv run twine check packages/simunet/dist/*.whl
152148
153149 - name : Publish to PyPI
154150 env :
You can’t perform that action at this time.
0 commit comments