@@ -193,6 +193,40 @@ Placeholders:
193193- Floating tags (` {X}.{Y}-latest ` , ` latest ` if applicable) are updated
194194- Images are pullable from ` registry.redhat.io `
195195
196+ <!-- type: Task -->
197+ ### LCORE-???? Publish lightspeed-stack package to PyPI
198+
199+ ** Description** : Publish the ` lightspeed-stack ` package to PyPI with the correct version and ensure the "latest release" flag is set.
200+
201+ ** Scope** :
202+
203+ - Build the ` lightspeed-stack ` distribution artifacts for version ` {X}.{Y}.{Z}{PRE} `
204+ - Publish the package to PyPI
205+ - Set the "latest release" flag to this version (ensure pre-releases are not marked as latest unless intended)
206+
207+ ** Acceptance criteria** :
208+
209+ - ` lightspeed-stack ` version ` {X}.{Y}.{Z}{PRE} ` is available on PyPI
210+ - The "Latest" badge on PyPI points to this version
211+ - ` pip install lightspeed-stack ` resolves to the correct version
212+
213+ <!-- type: Task -->
214+ ### LCORE-???? Publish rag-content package to PyPI
215+
216+ ** Description** : Publish the ` rag-content ` package to PyPI with the correct version and ensure the "latest release" flag is set.
217+
218+ ** Scope** :
219+
220+ - Build the ` rag-content ` distribution artifacts for version ` {X}.{Y}.{Z}{PRE} `
221+ - Publish the package to PyPI
222+ - Set the "latest release" flag to this version (ensure pre-releases are not marked as latest unless intended)
223+
224+ ** Acceptance criteria** :
225+
226+ - ` rag-content ` version ` {X}.{Y}.{Z}{PRE} ` is available on PyPI
227+ - The "Latest" badge on PyPI points to this version
228+ - ` pip install rag-content ` resolves to the correct version
229+
196230<!-- type: Task -->
197231### LCORE-???? Update docs/versions document
198232
0 commit comments