Release 0.0.2 and add release instructions#208
Conversation
There was a problem hiding this comment.
Code Review
This pull request documents the release process for PyPI, updates the package version to 0.0.2, and configures release dependencies in pyproject.toml. Feedback was provided regarding the use of absolute local file paths in the documentation, which should be replaced with relative paths to ensure the links work for all contributors.
| - [pyproject.toml](file:///usr/local/google/home/jeffcarp/gh/jeffcarp/kinetic/pyproject.toml) | ||
| - [version.py](file:///usr/local/google/home/jeffcarp/gh/jeffcarp/kinetic/kinetic/version.py) |
There was a problem hiding this comment.
The links to pyproject.toml and version.py use absolute local file paths (file:///usr/local/...), which will only work on your local machine. These should be updated to use relative paths so they work for all contributors on GitHub.
| - [pyproject.toml](file:///usr/local/google/home/jeffcarp/gh/jeffcarp/kinetic/pyproject.toml) | |
| - [version.py](file:///usr/local/google/home/jeffcarp/gh/jeffcarp/kinetic/kinetic/version.py) | |
| - [pyproject.toml](../pyproject.toml) | |
| - [version.py](../kinetic/version.py) |
References
- Demand Robustness: Do not accept fragile code. Absolute local paths in documentation are fragile as they only work in a specific environment. (link)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #208 +/- ##
=======================================
Coverage ? 90.51%
=======================================
Files ? 67
Lines ? 10144
Branches ? 0
=======================================
Hits ? 9182
Misses ? 962
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.