From ccf0b9cb6e44fed159e0ff0b2411f78c5227d121 Mon Sep 17 00:00:00 2001 From: jlloyd-widen <82222659+jlloyd-widen@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:32:55 -0600 Subject: [PATCH] Fix cd (#7) * attempted fix to poetry build and release * attempted second fix of release cd * attempted fix of release github action * attempted fix for github action release Co-authored-by: Josh Lloyd --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 90d97d1..f917129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ keywords = [ license = "Apache 2.0" homepage = "https://github.com/Widen/tap-workato" repository = "https://github.com/Widen/tap-workato" +readme = "README.md" [tool.poetry.dependencies] python = "<3.11,>=3.7.1"