Skip to content

Commit

Permalink
Merge pull request #144 from jedie/fix-oublish2
Browse files Browse the repository at this point in the history
Bugfix publish: Add "build" dep.
  • Loading branch information
jedie authored Nov 11, 2024
2 parents 15dc67f + d507189 commit 9e5128a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ See also git tags: https://github.com/jedie/manageprojects/tags
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)

* [v0.20.0](https://github.com/jedie/manageprojects/compare/v0.19.2...v0.20.0)
* 2024-11-11 - Bugfix publish: Add "build" dep.
* 2024-11-11 - Bugfix publish command: Add missing "setuptools" dep.
* 2024-11-11 - Switch to uv
* 2024-09-25 - Add: test_pre_commit_hooks()
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dev = [
"urllib3", # for deny_requests.deny_any_real_request() in tests
"uv", # https://github.com/astral-sh/uv
"setuptools", # https://github.com/pypa/setuptools
"build", # https://github.com/pypa/build
"tox", # https://github.com/tox-dev/tox
"tox-uv", # https://github.com/tox-dev/tox-uv
"coverage", # https://github.com/nedbat/coveragepy
Expand Down
25 changes: 25 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e5128a

Please sign in to comment.