summaryrefslogtreecommitdiffstats
path: root/build/pypi/openbb_platform/PUBLISH.md
diff options
context:
space:
mode:
Diffstat (limited to 'build/pypi/openbb_platform/PUBLISH.md')
-rw-r--r--build/pypi/openbb_platform/PUBLISH.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/build/pypi/openbb_platform/PUBLISH.md b/build/pypi/openbb_platform/PUBLISH.md
index 1f07fe84adc..6f59c959cec 100644
--- a/build/pypi/openbb_platform/PUBLISH.md
+++ b/build/pypi/openbb_platform/PUBLISH.md
@@ -38,6 +38,8 @@
- Bump the dependency package versions
- Re-build the static assets that are bundled with the package
- Run unit tests to validate the existence of deprecated endpoints
+ - Run `poetry publish --build` from `openbb_platform`
+ - Run `poetry lock` from `openbb_platform`
> [!TIP]
> Note that, in order for packages to pick up the latest versions of dependencies, it is advised to clear the local cache of the dependencies:
@@ -46,9 +48,8 @@
>
> Also, sometimes there might be some delay in the PyPI API, so it might be necessary to wait a few minutes before publishing the next package.
-2. Update poetry files: `python build/pypi/openbb_platform/poetry_update.py`
-3. Merge the `release/<package>-<version>` branch to the `main` branch.
-4. Check the `Deploy to GitHub Pages` GitHub action is completed successfully. Go to the [docs](https://docs.openbb.co) website to see the changes.
+2. Merge the `release/<package>-<version>` branch to the `main` branch.
+3. Check the `Deploy to GitHub Pages` GitHub action is completed successfully. Go to the [docs](https://docs.openbb.co) website to see the changes.
## Post-release procedure