We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3c840 commit 443153cCopy full SHA for 443153c
changes/packaging.py
@@ -12,7 +12,7 @@
12
def build_package(context):
13
"""Builds package distributions"""
14
15
- path('dist').rmtree()
+ path('dist').rmtree(ignore_errors=True)
16
17
build_package_command = 'python setup.py clean sdist bdist_wheel'
18
result = shell.dry_run(build_package_command, context.dry_run)
0 commit comments