summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-02-15 04:59:44 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-02-15 04:59:44 -0500
commitb5982a5472720f001fe52f0defc2c2d804d3501e (patch)
treed6cc74aa5a54b37577163b6e121d38f19a497170
parent6d571b47f84e8ee87decbaffbd577c5f556efb4b (diff)
downloadpytest-runner-b5982a5472720f001fe52f0defc2c2d804d3501e.tar.gz
Learning from lessons in the keyring 8.4 release (https://github.com/jaraco/keyring/issues/210), always clean the build artifacts before cutting a release.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 445263a..8004dcb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[aliases]
-release = sdist bdist_wheel build_sphinx upload upload_docs
+release = clean --all sdist bdist_wheel build_sphinx upload upload_docs
test = pytest
[wheel]