Skip to content
Snippets Groups Projects

:pencil: Add option to activate S3 storage for attachments

Merged Vincent Hatakeyama requested to merge topic/default/s3 into branch/default
4 files
+ 27
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -169,7 +169,7 @@ def copy(build_package_locally: Optional[bool] = None):
cmd = [sys.executable, "-m", "twine", "check", f"{target}/*"]
check_call(cmd)
except ImportError:
_logger.warn("No twine, no check done")
_logger.warning("No twine, no check done")
for entry in os.listdir(target):
if entry.endswith(".whl"):
Loading