1
0
Fork 0

Remove build dir before running sdist (#1002)

This commit is contained in:
Dick Marinus 2019-01-25 21:37:17 +01:00 committed by Irina Truong
parent 3eff3bbebd
commit 862706ff03
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Internal:
* (Fixup) Clean up and add behave logging. (Thanks: `Marcin Cieślak`_, `Dick Marinus`_)
* Override VISUAL environment variable for behave tests. (Thanks: `Marcin Cieślak`_)
* Remove build dir before running sdist, remove stray files from wheel distribution. (Thanks: `Dick Marinus`_)
2.0.2:
======

View File

@ -67,7 +67,7 @@ def create_git_tag(tag_name):
def create_distribution_files():
run_step('python', 'setup.py', 'sdist', 'bdist_wheel')
run_step('python', 'setup.py', 'clean', '--all', 'sdist', 'bdist_wheel')
def upload_distribution_files():