chore: move payload scripts to action/

This commit is contained in:
2026-07-07 14:05:23 +08:00
parent 9a94fe8b4e
commit b1b9c7fc10
6 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
**/__pycache__ **/__pycache__
**/settings.py **/settings.py
**/.DS_Store **/.DS_Store
*.egg-info

2
uv.lock generated
View File

@@ -26,7 +26,7 @@ wheels = [
[[package]] [[package]]
name = "eaquira" name = "eaquira"
version = "0.1.0" version = "0.1.0"
source = { virtual = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "httpx" }, { name = "httpx" },
{ name = "pycryptodome" }, { name = "pycryptodome" },