Skip to content

Commit

Permalink
Add flit to required libs for building the distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Feb 8, 2024
1 parent 4bdd98b commit bc1029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -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')
Expand Down

0 comments on commit bc1029c

Please sign in to comment.