Skip to content

Commit

Permalink
Remove build alias fixes #323
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasserra committed Mar 5, 2019
1 parent ac3bad2 commit 7f8a48b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[aliases]
build=sdist bdist_wheel

[wheel]
universal = 1
2 changes: 1 addition & 1 deletion tools/cutarelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def cutarelease(project_name, version_files, dry_run=False):
log.info("skipping pypi publish (dry-run)")
else:
run("rm -rf dist")
run("%spython setup.py build"
run("%spython setup.py sdist bdist_wheel"
% _setup_command_prefix())
run("twine upload dist/*")
run("rm -rf dist")
Expand Down

0 comments on commit 7f8a48b

Please sign in to comment.