Skip to content

Commit

Permalink
tox: need to build with isolation in check-release env as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 7, 2023
1 parent ce6b5c3 commit ff5c13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ commands =
# we build the change log as news entries might break
# the README that is displayed on PyPI
towncrier build --version=100.0.0 --yes
python -m build --sdist --no-isolation
python -m build --sdist
twine check dist/*

[testenv:circular]
Expand Down

0 comments on commit ff5c13e

Please sign in to comment.