From 45b67122fed5f58c230d6a4a60bea31e16ce8768 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sun, 17 Dec 2023 22:25:37 +0100 Subject: [PATCH] Fast-mail publishing if credentials are missing --- publish-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-release.yaml b/publish-release.yaml index 91c4a84..0ea9fa4 100644 --- a/publish-release.yaml +++ b/publish-release.yaml @@ -24,4 +24,4 @@ tasks: - publish: | cd vdirsyncer python setup.py sdist bdist_wheel - twine upload dist/* + twine upload --non-interactive dist/*