diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index 70a19c64a..b786329c2 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -4,6 +4,7 @@ on: push: branches: - main # or whatever branch you want to use + - dev jobs: release: diff --git a/pyproject.toml b/pyproject.toml index 93889d8b8..5cc29ec97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "open-webui" description = "Open WebUI (Formerly Ollama WebUI)" authors = [ - { name = "Timothy Jaeryang Baek", email = "jaeryang_baek@sfu.ca" } + { name = "Timothy Jaeryang Baek", email = "tim@openwebui.com" } ] license = { file = "LICENSE" } dependencies = [