File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,14 @@ dev = [
5252[tool .hatch .version ]
5353path = " src/github3/__about__.py"
5454
55+ [tool .hatch .build .targets .sdist ]
56+ strict-naming = false
57+
5558[tool .hatch .build .targets .wheel ]
5659packages = [
5760 " src/github3" ,
5861]
59-
62+ strict-naming = false
6063
6164[project .urls ]
6265Documentation = " https://github3.readthedocs.io"
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ commands = flake8 {posargs} src/github3/ tests/unit/ tests/integration/
1919
2020[testenv:build]
2121skip_install = true
22- basepython = python3.10
22+ basepython = python3.11
2323deps =
2424 build
2525commands =
26- python -m build
26+ python -mbuild -s
2727
2828[testenv:black]
2929pip_pre = true
9898 .
9999commands =
100100 sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
101- python -m build
101+ python -mbuild -s
102102 twine check --strict dist/*
103103
104104[pytest]
You can’t perform that action at this time.
0 commit comments