Skip to content

Commit

Permalink
nox bump: always commit pyproject.toml. (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxwell G <[email protected]>
  • Loading branch information
felixfontein and gotmax23 authored Jul 21, 2023
1 parent be14927 commit b50ca91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ def bump(session: nox.Session):
"CHANGELOG.rst",
"changelogs/changelog.yaml",
"changelogs/fragments/",
# pyproject.toml is not committed in the last step
# when the release_summary fragment is created manually
"pyproject.toml",
external=True,
)
install(session, ".") # Smoke test
Expand Down

0 comments on commit b50ca91

Please sign in to comment.