We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbacf8 commit 9dff6d1Copy full SHA for 9dff6d1
1 file changed
RELEASE.md
@@ -11,8 +11,12 @@
11
4. Update the version number in `orbit/__init__.py`. This version number will be propagated to `docs/conf.py`, `setup.cfg`, and `setup.py`.
12
5. Commit changes
13
6. Test PyPI deployment locally by running [Optional]
14
- - `python3 setup.py sdist bdist_wheel`
+ - `python3 -m build`
15
- `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`
20
7. If necessary, additional PRs may be merged to the release branch directly, but this should be for bug fixes only.
21
8. Rebase and merge the release branch to `master` by running
22
- `git checkout master`
0 commit comments