@@ -45,12 +45,13 @@ Each release should follow the following steps:
45
45
2 . Make sure the ` CHANGELOG.md ` contains appropriate info
46
46
3 . Commit these changes and tag the commit in Git as ` vX.Y `
47
47
4 . Merge ` develop ` to ` master ` (fast-forward only).
48
- 5 . Generate a GitHub release.
49
- 6 . Build the library in the [ standard
50
- way] ( https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives )
51
- 7 . Upload the distribution archives in the [ standard
52
- way] ( https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives ) .
53
- You will need credentials for the ` labelbox ` PyPI user.
54
- 8 . Run the ` REPO_ROOT/tools/api_reference_generator.py ` script to update
55
- [ HelpDocs documentation] ( https://labelbox.helpdocs.io/docs/ ) . You will need
56
- to provide a HelpDocs API key for.
48
+ 5 . Create a GitHub release.
49
+ 6 . This will kick off a Github Actions workflow that will:
50
+ - Build the library in the [ standard
51
+ way] ( https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives )
52
+ - Upload the distribution archives in the [ standard
53
+ way] ( https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives )
54
+ with credentials for the ` labelbox ` PyPI user.
55
+ - Run the ` REPO_ROOT/tools/api_reference_generator.py ` script to update
56
+ [ HelpDocs documentation] ( https://labelbox.helpdocs.io/docs/ ) . You will need
57
+ to provide a HelpDocs API key for.
0 commit comments