diff --git a/setup.cfg b/setup.cfg index fb18565..530e4e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,3 +7,6 @@ verbose = true sign = True identity = 0xa3adb67a2cdb8b35 +[aliases] +upload_all = 'sdist bdist_egg bdist_wheel upload' +