Timothy J. Baek пре 11 месеци
родитељ
комит
44d73dd62a
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 0
      .github/workflows/release-pypi.yml
  2. 1 1
      pyproject.toml

+ 1 - 0
.github/workflows/release-pypi.yml

@@ -4,6 +4,7 @@ on:
   push:
     branches:
       - main # or whatever branch you want to use
+      - dev
 
 jobs:
   release:

+ 1 - 1
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 = [