diff --git a/noxfile.py b/noxfile.py index 70b727ea..59286ec2 100644 --- a/noxfile.py +++ b/noxfile.py @@ -161,7 +161,7 @@ def build_release(session): Builds a release: Creates sdist and wheel """ version = _validate_version(session) - session.install('build', 'wheel') + session.install('build', 'wheel', 'flit-core') git = partial(session.run, 'git', external=True) git('fetch') git('fetch', '--tags')