Skip to content

Commit

Permalink
MRG: update release process to use python 3.12; bump to v4.8.15-dev. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb authored Jan 15, 2025
1 parent 6ad7f5e commit 18b5e99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 18b5e99

Please sign in to comment.