Skip to content

Commit

Permalink
ci: fixture in semantic release script
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed May 16, 2024
1 parent e32828d commit 5ce57e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ build_command = """
python -m venv .venv
source .venv/bin/activate
pip install -U pip
python -m pip install build<0.10.0 python-semantic-release setuptools wheel
python -m pip install "build<0.10.0" python-semantic-release setuptools wheel
python -m build .
"""

Expand Down

0 comments on commit 5ce57e5

Please sign in to comment.