feat: add pling upload action

This commit is contained in:
2026-04-15 17:33:04 +00:00
parent 60711adff0
commit f7cc9882ef
5 changed files with 914 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[project]
name = "nowplaying"
version = "1.0.0"
requires-python = ">=3.13"
dependencies = [
"niquests>=3.18.5",
]