Skip to content

Commit

Permalink
Publish the wheel using Python 3 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Dec 5, 2019
1 parent 3556293 commit 1c2291f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.py
Expand Up @@ -73,7 +73,7 @@ def clean():
@cli.command()
def publish():
execute("rm -rf dist/")
execute("python setup.py sdist bdist_wheel")
execute("python3 setup.py sdist bdist_wheel")
execute("twine upload dist/*")


Expand Down

0 comments on commit 1c2291f

Please sign in to comment.