Skip to content

Commit

Permalink
Merge pull request #1737 from oscal-compass/develop
Browse files Browse the repository at this point in the history
chore: Trestle release
  • Loading branch information
jpower432 authored Oct 22, 2024
2 parents 26b7734 + 4dbdf7d commit 7d3ee4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ line-length = 500
line_length = 500

[tool.semantic_release]
build_command = "python setup.py sdist bdist_wheel"
build_command = """
python -m pip install -e .[dev] --upgrade --upgrade-strategy eager --
python setup.py sdist bdist_wheel
"""
version_variables = ["trestle/__init__.py:__version__"]
commit_author = "semantic-release <semantic-release>"

Expand Down

0 comments on commit 7d3ee4c

Please sign in to comment.