Fix unable to install (#119)

* fix: release without requirements.txt

* prepare release 2.3.1
This commit is contained in:
Hayden
2025-02-04 11:12:15 +08:00
committed by GitHub
parent 130c75f5bf
commit 92f2d5ab9e
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ jobs:
run: |
pnpm install
pnpm run build
tar -czf dist.tar.gz py/ web/ __init__.py LICENSE pyproject.toml
tar -czf dist.tar.gz py/ web/ __init__.py LICENSE pyproject.toml requirements.txt
- name: Create release draft
uses: softprops/action-gh-release@v2

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-model-manager"
description = "Manage models: browsing, download and delete."
version = "2.3.0"
version = "2.3.1"
license = { file = "LICENSE" }
dependencies = ["markdownify"]