Skip to content

Commit

Permalink
Update how release distribution is done
Browse files Browse the repository at this point in the history
  • Loading branch information
Tattoo committed Sep 10, 2021
1 parent 54baf35 commit 8362f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ green>=3.1.3 # unit test runner
docutils>=0.16 # needed to generate library documentation with libdoc
Pygments>=2.6.1 # this one too
twine>=3.1.1 # needed for releasing to pypi
build>=0.6.0 # needed for building the distribution
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def doc(context):

@task(pre=[clean])
def build(context):
run(f'python {CURDIR / "setup.py"} bdist_wheel')
run(f'python -m build --wheel')

0 comments on commit 8362f06

Please sign in to comment.