Correct wheel command

This commit is contained in:
John Reese 2019-11-12 21:17:37 -08:00
parent 6a80b9e9af
commit 4ee12ea16f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ venv:
echo 'run `source .venv/bin/activate` to use virtualenv'
release: lint test clean
python setup.py sdist wheel
python setup.py sdist bdist_wheel
python -m twine upload dist/*
format: