You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Update the Python SDK package version in `REPO_ROOT/setup.py`
50
-
2. Make sure the `CHANGELOG.md` contains appropriate info
50
+
2. Make sure the `CHANGELOG.md` contains appropriate info
51
51
3. Commit these changes and tag the commit in Git as `vX.Y`
52
52
4. Merge `develop` to `master` (fast-forward only).
53
53
5. Create a GitHub release.
54
54
6. This will kick off a Github Actions workflow that will:
55
55
- Build the library in the [standard way](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives)
56
56
- Upload the distribution archives in the [standard way](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives)
57
57
with credentials for the `labelbox` PyPI user.
58
-
- Run the `REPO_ROOT/tools/api_reference_generator.py` script to update
59
-
[HelpDocs documentation](https://labelbox.helpdocs.io/docs/). You will need
0 commit comments