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
Files
3
@@ -169,7 +169,7 @@
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