cycls 0.0.2.39__py3-none-any.whl → 0.0.2.40__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cycls/sdk.py +1 -2
- cycls/theme/assets/index-CtrsaaFE.js +378 -0
- cycls/theme/index.html +1 -1
- cycls/web.py +22 -9
- {cycls-0.0.2.39.dist-info → cycls-0.0.2.40.dist-info}/METADATA +1 -1
- cycls-0.0.2.40.dist-info/RECORD +9 -0
- cycls/theme/assets/index-D0-uI8sw.js +0 -364
- cycls-0.0.2.39.dist-info/RECORD +0 -9
- {cycls-0.0.2.39.dist-info → cycls-0.0.2.40.dist-info}/WHEEL +0 -0
cycls/sdk.py
CHANGED
|
@@ -65,7 +65,6 @@ class Agent:
|
|
|
65
65
|
|
|
66
66
|
i["config"][6] = False
|
|
67
67
|
|
|
68
|
-
# copy={str(cycls_path.joinpath('theme')):"public", str(cycls_path)+"/web.py":"web.py"}
|
|
69
68
|
copy={str(self.theme):"public", str(cycls_path)+"/web.py":"web.py"}
|
|
70
69
|
copy.update({i:i for i in self.copy})
|
|
71
70
|
|
|
@@ -115,5 +114,5 @@ class Agent:
|
|
|
115
114
|
|
|
116
115
|
# docker system prune -af
|
|
117
116
|
# poetry config pypi-token.pypi <your-token>
|
|
118
|
-
# poetry run python agent-
|
|
117
|
+
# poetry run python agent-deploy.py
|
|
119
118
|
# poetry publish --build
|