Skip to content

Commit

Permalink
Learning from lessons in the keyring 8.4 release (jaraco/keyring#210)…
Browse files Browse the repository at this point in the history
…, always clean the build artifacts before cutting a release.
  • Loading branch information
jaraco committed Feb 15, 2016
1 parent 6d571b4 commit b5982a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit b5982a5

Please sign in to comment.