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.

master
Jason R. Coombs 8 years ago
parent 6d571b47f8
commit b5982a5472
  1. 2
      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]

Loading…
Cancel
Save