Forked from audreyfeldroy/pypi-release-checklist.md
Created
February 9, 2014 07:28
-
-
Save jameslyons/8895619 to your computer and use it in GitHub Desktop.
Revisions
-
audreyr revised this gist
Nov 12, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -51,3 +51,5 @@ git tag -a 0.1.1 - [ ] Push: `git push` - [ ] Push tags: `git push --tags` - [ ] Check the PyPI listing page to make sure that the README, release notes, and roadmap display properly. If not, copy and paste the RestructuredText into http://rst.ninjs.org/ to find out what broke the formatting. - [ ] Edit the release on GitHub (e.g. https://github.com/audreyr/cookiecutter/releases). Paste the release notes into the release's release page, and come up with a title for the release. -
audreyr revised this gist
Nov 10, 2013 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -51,4 +51,3 @@ git tag -a 0.1.1 - [ ] Push: `git push` - [ ] Push tags: `git push --tags` - [ ] Check the PyPI listing page to make sure that the README, release notes, and roadmap display properly. If not, copy and paste the RestructuredText into http://rst.ninjs.org/ to find out what broke the formatting. -
audreyr revised this gist
Nov 10, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -50,3 +50,5 @@ git tag -a 0.1.1 Put the same message as in HISTORY.rst. - [ ] Push: `git push` - [ ] Push tags: `git push --tags` - [ ] Check the PyPI listing page to make sure that the README, release notes, and roadmap display properly. If not, copy and paste the RestructuredText into http://rst.ninjs.org/ to find out what broke the formatting. - -
audreyr revised this gist
Aug 19, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,7 +31,7 @@ deactivate - [ ] Release on PyPI: ``` python setup.py sdist upload ``` - [ ] Test that it pip installs: -
audreyr revised this gist
Aug 16, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ - [ ] Update HISTORY.rst - [ ] Update version number in `my_project/__init__.py` - [ ] Update version number in `setup.py` - [ ] Run the tests: ``` python setup.py test -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ - [ ] Update HISTORY.rst - [ ] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ - [x] Update HISTORY.rst - [ ] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` python setup.py test -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ - [x] Update HISTORY.rst - [x] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` python setup.py test tox -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ python setup.py test tox ``` - [ ] Commit the changes: ``` git add . git commit -m "Release 0.1.1" -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ git add . git commit -m "Release 0.1.1" ``` - [ ] Build the source distribution: ``` python setup.py sdist ``` -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ git commit -m "Release 0.1.1" python setup.py sdist ``` - [ ] Test that the sdist installs: ``` mktmpenv cd dist -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,7 +28,7 @@ python setup.py install deactivate ``` - [ ] Release on PyPI: ``` python setup.py publish ``` -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,7 +28,7 @@ python setup.py install deactivate ``` - [x] Release on PyPI: ``` python setup.py publish ``` -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ git commit -m "Release 0.1.1" python setup.py sdist ``` - [x] Test that the sdist installs: ``` mktmpenv cd dist -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ git add . git commit -m "Release 0.1.1" ``` - [x] Build the source distribution: ``` python setup.py sdist ``` -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ python setup.py test tox ``` - [x] Commit the changes: ``` git add . git commit -m "Release 0.1.1" -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ - [x] Update HISTORY.rst - [x] Update version number in `my_project/__init__.py` - [x] Run the tests: ``` python setup.py test tox -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ - [x] Update HISTORY.rst - [x] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` python setup.py test -
Audrey Roy revised this gist
Jul 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ - [x] Update HISTORY.rst - [ ] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ - [ ] Update HISTORY.rst - [ ] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` python setup.py test -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ - [ ] Update HISTORY.rst - [x] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ - [x] Update HISTORY.rst - [x] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` python setup.py test tox -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ - [x] Update HISTORY.rst - [x] Update version number in `my_project/__init__.py` - [x] Run the tests: ``` python setup.py test tox -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ - [x] Update HISTORY.rst - [x] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` python setup.py test -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ - [x] Update HISTORY.rst - [ ] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ - [ ] Update HISTORY.rst - [ ] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ - [x] Update HISTORY.rst - [ ] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` python setup.py test -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ - [x] Update HISTORY.rst - [x] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` python setup.py test -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ - [x] Update HISTORY.rst - [ ] Update version number in `my_project/__init__.py` - [ ] Run the tests: ``` -
Audrey Roy revised this gist
Jul 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ - [ ] Update HISTORY.rst - [ ] Update version number in `my_project/__init__.py` - [ ] Run the tests: ```
NewerOlder