poly-hammer-utils 0.0.29__py3-none-any.whl → 0.0.30__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.
- poly_hammer_utils/extension/server.py +1 -1
- {poly_hammer_utils-0.0.29.dist-info → poly_hammer_utils-0.0.30.dist-info}/METADATA +1 -1
- {poly_hammer_utils-0.0.29.dist-info → poly_hammer_utils-0.0.30.dist-info}/RECORD +4 -4
- {poly_hammer_utils-0.0.29.dist-info → poly_hammer_utils-0.0.30.dist-info}/WHEEL +0 -0
|
@@ -175,7 +175,7 @@ def trigger_poly_hammer_portal_extension_index_refresh() -> httpx.Response:
|
|
|
175
175
|
"""Trigger sync of all extensions from S3."""
|
|
176
176
|
logger.info("Triggering extension sync...")
|
|
177
177
|
|
|
178
|
-
url = f"{BASE_URL}/
|
|
178
|
+
url = f"{BASE_URL}/v1/admin/extensions/sync"
|
|
179
179
|
headers = {"X-Admin-API-Key": PORTAL_API_KEY}
|
|
180
180
|
|
|
181
181
|
response = httpx.post(url, headers=headers, timeout=60.0)
|
|
@@ -4,13 +4,13 @@ poly_hammer_utils/addon/release.py,sha256=EZirS8_c9S1OEZoOHStgciu_C7vMxBc_-O5P1f
|
|
|
4
4
|
poly_hammer_utils/constants.py,sha256=4XGiwn7ip50V1zvmpVD9YZYmE6wPhj2Ark2AXQuJvSc,228
|
|
5
5
|
poly_hammer_utils/extension/meta_human_dna.py,sha256=_fAmEqUpAF6SU8qv-SV05A08KyWoV6ywcwInlKqACHo,9179
|
|
6
6
|
poly_hammer_utils/extension/packager.py,sha256=ba2_vEoBKv5WojdcaZTvw-YPTrp3jZUnGa6M1k87dL4,3646
|
|
7
|
-
poly_hammer_utils/extension/server.py,sha256=
|
|
7
|
+
poly_hammer_utils/extension/server.py,sha256=_sh6_M79eKGAp9nKH9Gu6h84iBbKXWNwrqmbt4enMXk,8068
|
|
8
8
|
poly_hammer_utils/github/release.py,sha256=P4vrNvdgWuzJI0mRye09BP6vL5b7kQ5fpuDDnEqJbwg,9951
|
|
9
9
|
poly_hammer_utils/helpers.py,sha256=f_2fNrydsbIvwD2LuoBj2gjETMP7dFzJtq1_7WMBwNI,1655
|
|
10
10
|
poly_hammer_utils/launch.py,sha256=Nc9FlFuGtMSjgSLsk6MMMj-FECsOGtfUQlZaUZt_rGU,469
|
|
11
11
|
poly_hammer_utils/resources/scripts/blender/startup.py,sha256=eUd0VwAHjTwIscVKCbk_0-F7p0jgIEsVYdzpIjlzOK0,2282
|
|
12
12
|
poly_hammer_utils/resources/scripts/unreal/init_unreal.py,sha256=1-d9IU8ZSAIS3MUANrsGx4ZmqNJ5f8S2k8XJVg0Bghs,693
|
|
13
13
|
poly_hammer_utils/utilities.py,sha256=7dmZo02HXbWhfmwDHkgVUE_gyq4e-gqb4OdBc2bokbs,6491
|
|
14
|
-
poly_hammer_utils-0.0.
|
|
15
|
-
poly_hammer_utils-0.0.
|
|
16
|
-
poly_hammer_utils-0.0.
|
|
14
|
+
poly_hammer_utils-0.0.30.dist-info/METADATA,sha256=yMDgbSfpyUPeClA3e_VEDVsLZlyl77xfeIk_lpOYpgw,934
|
|
15
|
+
poly_hammer_utils-0.0.30.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
16
|
+
poly_hammer_utils-0.0.30.dist-info/RECORD,,
|
|
File without changes
|