diff --git a/.github/workflows/snowdev_release.yml b/.github/workflows/snowdev_release.yml index d0c0550..0232b6b 100644 --- a/.github/workflows/snowdev_release.yml +++ b/.github/workflows/snowdev_release.yml @@ -7,13 +7,13 @@ on: branches: - main paths: - - "snowdev/pyproject.toml" + - "pyproject.toml" workflow_dispatch: push: branches: - main paths: - - "snowdev/pyproject.toml" + - "pyproject.toml" jobs: release: diff --git a/pyproject.toml b/pyproject.toml index 924e0d8..8348231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "snowdev" version = "0.1.8" -description = "snowdev: DevOps toolkit for Snowflake, facilitating seamless deployment of UDFs, stored procedures, and Streamlit apps using Snowpark's capabilities right from your local environment" +description = "snowdev: DevOps toolkit for Snowflake, facilitating seamless deployment of UDFs, stored procedures, and Streamlit apps using Snowpark's capabilities right from your local environment." authors = ["kaarthik "] readme = "README.md" homepage = "https://github.com/kaarthik108/snowdev"