Skip to content

Commit 9e5128a

Browse files
authored
Merge pull request #144 from jedie/fix-oublish2
Bugfix publish: Add "build" dep.
2 parents 15dc67f + d507189 commit 9e5128a

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ See also git tags: https://github.com/jedie/manageprojects/tags
348348
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
349349

350350
* [v0.20.0](https://github.com/jedie/manageprojects/compare/v0.19.2...v0.20.0)
351+
* 2024-11-11 - Bugfix publish: Add "build" dep.
351352
* 2024-11-11 - Bugfix publish command: Add missing "setuptools" dep.
352353
* 2024-11-11 - Switch to uv
353354
* 2024-09-25 - Add: test_pre_commit_hooks()

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dev = [
4242
"urllib3", # for deny_requests.deny_any_real_request() in tests
4343
"uv", # https://github.com/astral-sh/uv
4444
"setuptools", # https://github.com/pypa/setuptools
45+
"build", # https://github.com/pypa/build
4546
"tox", # https://github.com/tox-dev/tox
4647
"tox-uv", # https://github.com/tox-dev/tox-uv
4748
"coverage", # https://github.com/nedbat/coveragepy

uv.lock

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)