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.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,13 @@
3
3
* Update version constants (find them by running `git grep [VERSION_NUMBER]`)
4
4
* Create changelog entry (edit CHANGELOG.md with a one-liner for each closed issue going in the release)
5
5
* Commit and push changes to master with the message: "Version Bump to v[VERSION_NUMBER]"
6
-
* Push tag and PyPi `fab release:[VERSION_NUMBER]`. Before you do this, make sure you have the organization repository set up as upstream remote & fabric installed (`pip install fabric`), also make sure that you have pip set up with your PyPi user credentials. The easiest way to do that is to create a file at `~/.pypirc` with the following contents:
* Push tag and PyPi `python fabfile.py 5.7.2`. Before you do this, make sure you have the organization repository set up as upstream remote, also make sure that you have pip set up with your PyPi user credentials. The easiest way to do that is to create a file at `~/.pypirc` with the following contents:
0 commit comments