Skip to content

Commit

Permalink
Add twine and build to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Oct 22, 2024
1 parent 8d49bf0 commit 577b3a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ dev = [
"hatchling",
"tbump",
"sphinx",
"pydata-sphinx-theme"
"pydata-sphinx-theme",
"build",
"twine",
]

[tool.hatch.version]
Expand Down Expand Up @@ -95,6 +97,10 @@ search = '"@e2xauthoring/[\w-]+": "{current_version}'
name = "Build"
cmd = "python -m build"

[[tool.tbump.before_commit]]
name = "Check with twine"
cmd = "twine check dist/*"

[tool.ruff]
line-length = 100
ignore-init-module-imports = true
Expand Down

0 comments on commit 577b3a4

Please sign in to comment.