Skip to content

Commit 8c59cb2

Browse files
author
Matt Sokoloff
committed
update contrib docs
1 parent 02f2e14 commit 8c59cb2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CONTRIB.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,11 @@ yapf labelbox -i --verbose --recursive --parallel --style "google"
4747
Each release should follow the following steps:
4848

4949
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
5151
3. Commit these changes and tag the commit in Git as `vX.Y`
5252
4. Merge `develop` to `master` (fast-forward only).
5353
5. Create a GitHub release.
5454
6. This will kick off a Github Actions workflow that will:
5555
- Build the library in the [standard way](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives)
5656
- Upload the distribution archives in the [standard way](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives)
5757
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
60-
to provide a HelpDocs API key for.

0 commit comments

Comments
 (0)