File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 environment : pypi
2222 permissions :
23- id-token : write
23+ id-token : write
2424 # Only trigger on merges, not just closes
2525 if : github.event.pull_request.merged == true
2626 steps :
3838 - name : Build
3939 run : |
4040 . venv/bin/activate
41- uv build
41+ uv build
4242 - name : Publish distribution 📦 to PyPI
4343 run : |
4444 . venv/bin/activate
45- uv publish
45+ uv publish
Original file line number Diff line number Diff line change 5757 ruff :
5858 runs-on : ubuntu-latest
5959 name : Ruff check and force
60- needs :
60+ needs :
6161 - cache
6262 - prepare
6363 steps :
@@ -126,7 +126,7 @@ jobs:
126126 pytest :
127127 runs-on : ubuntu-latest
128128 name : Run pytest using Python ${{ matrix.python-version }}
129- needs :
129+ needs :
130130 - cache
131131 - prepare
132132 - commitcheck
@@ -159,7 +159,7 @@ jobs:
159159 mypy :
160160 runs-on : ubuntu-latest
161161 name : Run mypy
162- needs :
162+ needs :
163163 - cache
164164 - prepare
165165 - pytest
@@ -205,7 +205,7 @@ jobs:
205205 coverage :
206206 name : Process test coverage
207207 runs-on : ubuntu-latest
208- needs :
208+ needs :
209209 - cache
210210 - prepare
211211 - pytest
@@ -239,7 +239,7 @@ jobs:
239239 runs-on : ubuntu-latest
240240 environment : testpypi
241241 permissions :
242- id-token : write
242+ id-token : write
243243 needs :
244244 - cache
245245 - prepare
@@ -287,7 +287,7 @@ jobs:
287287 complexity :
288288 name : Process test complexity
289289 runs-on : ubuntu-latest
290- needs :
290+ needs :
291291 - cache
292292 - prepare
293293 - coverage
You can’t perform that action at this time.
0 commit comments