Skip to content

Commit 5158a88

Browse files
DOC: improve RELEASE_CHECKLIST.md (#719)
1 parent 9dd4437 commit 5158a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE_CHECKLIST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
* `make clean-build`
1515
* `make build`
1616
- [ ] Check that your package is ready for publication: `twine check dist/*`
17-
- [ ] Push the commit created by bump2version: `git push origin master`
18-
- [ ] Push the tag created by bump2version:: `git push --tags`
1917
- [ ] Upload it to TestPyPi:
2018
* you need to create an account on test.pypi.org first if you don't have one, then an API key, and ask one the existing MAPIE maintainer to add you as a maintainer
2119
* `twine upload --repository-url https://test.pypi.org/legacy/ dist/*` (use `__token__` as username and your api token as password)
2220
- [ ] Test upload on TestPyPi:
2321
* create a new empty virtual environment
2422
* `pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ mapie`
23+
- [ ] Push the commit created by bump2version: `git push origin master`
24+
- [ ] Push the tag created by bump2version: `git push --tags`
2525
- [ ] Create new release on GitHub for this tag.
2626
- [ ] Merge the automatically created pull request on https://github.com/conda-forge/mapie-feedstock. You need to be added as a maintainer on this repo first. To create the pull request
2727
manually to avoid waiting for automation, create an issue with the name `@conda-forge-admin, please update version`

0 commit comments

Comments
 (0)