1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Add pyproject.toml (#6386)

* Add pyproject.toml

* doc

* Static version file

* Add github action to sync version.py

* Change trigger to PR

* Fix commit

* Grant pr write permission

* nit

* nit

* Don't run on fork PRs

* Rename version.py to comfyui_version.py
This commit is contained in:
Chenlei Hu
2025-01-11 03:09:25 -05:00
committed by GitHub
parent adea2beb5c
commit 9c773a241b
4 changed files with 74 additions and 16 deletions

3
comfyui_version.py Normal file
View File

@@ -0,0 +1,3 @@
# This file is automatically generated by the build process when version is
# updated in pyproject.toml.
__version__ = "0.3.10"