From b14e3dc364e385737c363f835fe0c45e050b6ff7 Mon Sep 17 00:00:00 2001 From: David Carmichael Date: Mon, 12 Aug 2024 09:06:57 +0100 Subject: [PATCH] feat: switch to workflow publishing --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f27fd794..052a71a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flask-imp" -version = "5.2.1" +version = "5.2.2" description = 'A Flask auto importer that allows your Flask apps to grow big.' authors = [{ name = "David Carmichael", email = "david@uilix.com" }] readme = "README.md" @@ -39,8 +39,6 @@ build-backend = "flit_core.buildapi" [tool.pyqwe] install = "*:flit install --symlink" -build = "*:flit build" -publish = "*shell:export=FLIT_USERNAME=__token__ && flit publish" docs = "*:flask --app docs compile" docs-watch = "*:flask --app gdocs compile --watch"