From adac26c82d82d5ea26609437e434acee65021623 Mon Sep 17 00:00:00 2001 From: William Luke Date: Wed, 23 Feb 2022 10:34:22 +0300 Subject: [PATCH] fix: disable check_build_status --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd43a12..665f7eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,4 +36,4 @@ repository_url = "https://git.grassecon.net/grassrootseconomics/cic-utils" build_command = "pip install poetry && poetry build" hvcs="gitea" hvcs_domain = "git.grassecon.net" -check_build_status=true \ No newline at end of file +check_build_status=false \ No newline at end of file