Skip to content
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: update release process to use python 3.12; bump to v4.8.15-dev. #3483

Merged
merged 7 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Here's a checklist to copy/paste into an issue:

Release candidate testing:
- [ ] Command line tests pass for a release candidate
- [ ] All eight release candidate wheels are built
- [ ] All six 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
- [ ] All six release wheels built
- [ ] Release wheels uploaded to pypi
- [ ] tar.gz distribution uploaded to pypi

Expand Down Expand Up @@ -46,7 +46,7 @@ conda version with `conda --version` and update with `conda update conda`.
Create the basic build environment:

```
mamba create -y -n sourmash-rc python=3.10 pip \
mamba create -y -n sourmash-rc python=3.12 pip \
cxx-compiler make twine tox tox-conda rust
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = 'maturin'
name = "sourmash"
description = "tools for comparing biological sequences with k-mer sketches"
readme = "README.md"
version = "4.8.14"
version = "4.8.15-dev"

authors = [
{ name="Luiz Irber" },
Expand Down
Loading