File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 5252 with :
5353 python-version : ${{ matrix.python }}
5454
55- - name : Install tox
56- run : pip install tox
55+ - name : Install dependencies
56+ run : pip install tox twine
57+
58+ - name : Check package
59+ shell : bash
60+ run : |
61+ twine check --strict dist/*
5762
5863 - name : Test
5964 shell : bash
Original file line number Diff line number Diff line change 1313 hooks :
1414 - id : check-yaml
1515- repo : https://github.com/astral-sh/ruff-pre-commit
16- rev : v0.14.3
16+ rev : v0.14.4
1717 hooks :
1818 - id : ruff
1919 args : [ --fix ]
Original file line number Diff line number Diff line change 1+ 2.1.2 (2025-11-10)
2+ ------------------
3+
4+ * `#376 <https://github.com/pytest-dev/execnet/issues/376 >`__ fix artifact building - pin minimal version of hatch
5+
6+
172.1.1 (2024-04-08)
28------------------
39
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " hatchling" ,
3+ " hatchling>=1.26 " ,
44 " hatch-vcs" ,
55]
66build-backend = " hatchling.build"
You can’t perform that action at this time.
0 commit comments