File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ Here's a checklist to copy/paste into an issue:
11
11
12
12
Release candidate testing:
13
13
- [ ] Command line tests pass for a release candidate
14
- - [ ] All eight release candidate wheels are built
14
+ - [ ] All six release candidate wheels are built
15
15
16
16
Releasing to PyPI:
17
17
18
18
- [ ] RC tag(s)s deleted on github
19
19
- [ ] Release tag cut
20
20
- [ ] Release notes written
21
- - [ ] All eight release wheels built
21
+ - [ ] All six release wheels built
22
22
- [ ] Release wheels uploaded to pypi
23
23
- [ ] tar.gz distribution uploaded to pypi
24
24
@@ -46,7 +46,7 @@ conda version with `conda --version` and update with `conda update conda`.
46
46
Create the basic build environment:
47
47
48
48
```
49
- mamba create -y -n sourmash-rc python=3.10 pip \
49
+ mamba create -y -n sourmash-rc python=3.12 pip \
50
50
cxx-compiler make twine tox tox-conda rust
51
51
```
52
52
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = 'maturin'
9
9
name = " sourmash"
10
10
description = " tools for comparing biological sequences with k-mer sketches"
11
11
readme = " README.md"
12
- version = " 4.8.14 "
12
+ version = " 4.8.15-dev "
13
13
14
14
authors = [
15
15
{ name =" Luiz Irber" },
You can’t perform that action at this time.
0 commit comments