You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_CHECKLIST.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@
14
14
*`make clean-build`
15
15
*`make build`
16
16
-[ ] 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`
19
17
-[ ] Upload it to TestPyPi:
20
18
* 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
21
19
*`twine upload --repository-url https://test.pypi.org/legacy/ dist/*` (use `__token__` as username and your api token as password)
-[ ] Push the commit created by bump2version: `git push origin master`
24
+
-[ ] Push the tag created by bump2version: `git push --tags`
25
25
-[ ] Create new release on GitHub for this tag.
26
26
-[ ] 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
27
27
manually to avoid waiting for automation, create an issue with the name `@conda-forge-admin, please update version`
0 commit comments