-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MRG: fix broken crates.io badge #2556
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #2556 +/- ##
=======================================
Coverage 85.19% 85.19%
=======================================
Files 133 133
Lines 15173 15173
Branches 2611 2611
=======================================
Hits 12927 12927
Misses 1945 1945
Partials 301 301
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
bump @sourmash-bio/devs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
## release checklist Release candidate testing: - [ ] Command line tests pass for a release candidate - [ ] All eight release candidate wheels are built Releasing to PyPI: - [ ] RC tag(s)s deleted on github - [ ] Release tag cut - [ ] Release notes written - [ ] All eight release wheels built - [ ] Release wheels uploaded to pypi - [ ] tar.gz distribution uploaded to pypi After release to PyPI and conda-forge/bioconda packages built: - [ ] [PyPI page](https://pypi.org/project/sourmash/) updated - [ ] Zenodo DOI successfully minted upon new github release - [see search results](https://zenodo.org/search?page=1&size=20&q=sourmash&sort=mostrecent) - [ ] `pip install sourmash` installs the correct version - [ ] `mamba create -n smash-release -y sourmash` installs the correct version ## release docs Minor new features: * add --create-empty-results option to gather (#2557) Bug fixes: * fix exception error when no arguments are provided to `sig intersect` (#2555) Cleanup and documentation updates: * update `sourmash sketch` docs for building merged sketches (#2563) * fix broken crates.io badge (#2556) * add --csv to command-line docs for `compare` (#2565) Developer updates: * Remove codecov from tox, use GH action instead (#2568) Dependabot updates: * Update pytest requirement from <7.3.0,>=6.2.4 to >=6.2.4,<7.4.0 (#2558) * Bump tempfile from 3.4.0 to 3.5.0 (#2561) * Bump serde from 1.0.158 to 1.0.159 (#2560) * Bump getrandom from 0.2.8 to 0.2.9 (#2559)
Fixes #2529.
Thanks @atouchet!