You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Bump the release version (if not done in the previous step) in `causalpy/version.py`. This is automatically read by `setup.py` and `docs/config.py`.
97
-
2. Build locally and upload to pypi.org. In the root directory:
97
+
2. Push this to a branch, open a pull request, and merge into main.
98
+
3. Manually draft a new release [here](https://github.com/pymc-labs/CausalPy/releases), making sure to hit 'generate release notes'.
99
+
4. Build locally and upload to pypi.org. In the root directory:
98
100
```bash
99
101
rm -rf dist
100
102
python setup.py sdist
101
103
twine upload dist/*
102
104
```
103
-
3. Readthedocs:
105
+
5. Readthedocs:
104
106
- Docs should be built remotely every time there is a pull request
105
107
- See here https://docs.readthedocs.io/en/stable/tutorial/#versioning-documentation for versioning the docs
0 commit comments