File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
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 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