File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,17 +47,17 @@ jobs:
4747 name : Package
4848 path : dist
4949
50- - name : Collect coverage
51- if : ${{ matrix.python-version == '3.10' }}
52- run :
53- coverage html
54-
55- - name : Upload coverage report
56- uses : actions/upload-artifact@v6
57- if : ${{ matrix.python-version == '3.10' }}
58- with :
59- name : Coverage
60- path : htmlcov
50+ # - name: Collect coverage
51+ # if: ${{ matrix.python-version == '3.10' }}
52+ # run:
53+ # coverage html
54+ #
55+ # - name: Upload coverage report
56+ # uses: actions/upload-artifact@v6
57+ # if: ${{ matrix.python-version == '3.10' }}
58+ # with:
59+ # name: Coverage
60+ # path: htmlcov
6161
6262 build-uv :
6363
9595 - name : Build and test with twine
9696 run : |
9797 uv build
98- twine check --strict dist/*
98+ uv run twine check --strict dist/*
9999
100100 docs :
101101
You can’t perform that action at this time.
0 commit comments