File tree Expand file tree Collapse file tree 4 files changed +1
-466
lines changed Expand file tree Collapse file tree 4 files changed +1
-466
lines changed Original file line number Diff line number Diff line change 2828 run : |
2929 python setup.py sdist bdist_wheel
3030
31- - name : Update help docs
32- run : |
33- python setup.py install
34- python ./tools/api_reference_generator.py ${{ secrets.HELPDOCS_API_KEY }}
35-
3631 - name : Publish
3732 env :
3833 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '2.6.0 '
24+ release = '3.0.0-rc0 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ AssetAttachment
2121 :members:
2222 :show-inheritance:
2323
24- AssetMetadata
25- --------------------------------------
26-
27- .. automodule :: labelbox.schema.asset_metadata
28- :members:
29- :show-inheritance:
3024
3125Benchmark
3226--------------------------------
You can’t perform that action at this time.
0 commit comments