Skip to content

Commit

Permalink
Update release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Feb 2, 2024
1 parent cf913a9 commit 19e3ee4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ offlinedatasci add-packages r sf terra stars /install/path

### Creating a release

1. Increment the version numbers in `pyproject.toml` & `__init__.py`
2. Create a tag for the new version
3. Push the tag to GitHub
4. Make sure the `build` package is installed
5. Make sure your PyPI credentials are stored in `~/.pypirc`
6. Build the source distribution: `python -m build --sdist`
7. Build the universal wheel: `python -m build --wheel`
8. Upload the new release to PyPI: `twine upload dist/*`
1. Increment the version numbers in `pyproject.toml`, `__init__.py`, and `docs/conf.py`
2. Commit and push the changes to GitHub
3. Create a tag for the new version
4. Push the tag to GitHub (`git push upstream <tag_name>`)
5. Make sure the `build` package is installed
6. Make sure your PyPI credentials are stored in `~/.pypirc`
7. Build the source distribution: `python -m build --sdist`
8. Build the universal wheel: `python -m build --wheel`
9. Upload the new release to PyPI: `twine upload dist/*`

0 comments on commit 19e3ee4

Please sign in to comment.