File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11114 . Update the version number in ` orbit/__init__.py ` . This version number will be propagated to ` docs/conf.py ` , ` setup.cfg ` , and ` setup.py ` .
12125 . Commit changes
13136 . Test PyPI deployment locally by running [ Optional]
14- - ` python3 setup.py sdist bdist_wheel `
14+ - ` python3 -m build `
1515 - ` python3 -m twine check dist/* `
16+ - ` python3 -m twine upload --repository testpypi dist/* `
17+ - Verify the package on https://test.pypi.org/project/orbit-ml/
18+
19+ > ** Legacy (deprecated):** ` python3 setup.py sdist bdist_wheel `
16207 . If necessary, additional PRs may be merged to the release branch directly, but this should be for bug fixes only.
17218 . Rebase and merge the release branch to ` master ` by running
1822 - ` git checkout master `
You can’t perform that action at this time.
0 commit comments