Skip to content

Commit 9dff6d1

Browse files
committed
Update RELEASE.md
1 parent 4fbacf8 commit 9dff6d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
4. Update the version number in `orbit/__init__.py`. This version number will be propagated to `docs/conf.py`, `setup.cfg`, and `setup.py`.
1212
5. Commit changes
1313
6. 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`
1620
7. If necessary, additional PRs may be merged to the release branch directly, but this should be for bug fixes only.
1721
8. Rebase and merge the release branch to `master` by running
1822
- `git checkout master`

0 commit comments

Comments
 (0)