Skip to content

Commit bd09ec4

Browse files
committed
MAINT: Use release-candidate (rc) for testpypi
1 parent 8e42af2 commit bd09ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release-checklist-tpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Release: plotnine-<VERSION>
6868
- [ ] Tag a pre-release version. These are automatically deployed on `testpypi`
6969

7070
```sh
71-
git tag -as v<VERSION>a1 -m "Version <VERSION>a1" # e.g. <VERSION>a1, <VERSION>b1, <VERSION>rc1
71+
git tag -as v<VERSION>rc1 -m "Version <VERSION>rc1" # e.g. <VERSION>a1, <VERSION>b1, <VERSION>rc1
7272
git push -u origin release-v<VERSION>
7373
```
7474
- [ ] GHA [release job](https://github.com/has2k1/plotnine/actions/workflows/release.yml) passes

0 commit comments

Comments
 (0)