Forked from audreyfeldroy/pypi-release-checklist.md
Last active
December 18, 2015 03:11
-
-
Save nsh87/05886d852a1d3f2b20ce to your computer and use it in GitHub Desktop.
Revisions
-
nsh87 revised this gist
Dec 18, 2015 . No changes.There are no files selected for viewing
-
nsh87 revised this gist
Dec 18, 2015 . No changes.There are no files selected for viewing
-
nsh87 revised this gist
Dec 18, 2015 . No changes.There are no files selected for viewing
-
nsh87 revised this gist
Dec 18, 2015 . No changes.There are no files selected for viewing
-
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -55,4 +55,4 @@ deactivate ``` - [ ] 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. - [x] 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. -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -46,7 +46,7 @@ git push origin v0.0.2 # Whatever your version number is twine upload -r pypi dist/regressors-<INSERT-VERSION-NUMBER>.tar.gz ``` - [x] Test that it pip installs: ``` mktmpenv pip install my_project -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -41,7 +41,7 @@ git push origin v0.0.2 # Whatever your version number is - [x] Create pull request to merge dev to master - [x] If Travis passes, accept pull reqest - [x] Release on PyPI by uploading both sdist and wheel: ``` twine upload -r pypi dist/regressors-<INSERT-VERSION-NUMBER>.tar.gz ``` -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -39,7 +39,7 @@ git push git push origin v0.0.2 # Whatever your version number is ``` - [x] Create pull request to merge dev to master - [x] If Travis passes, accept pull reqest - [ ] Release on PyPI by uploading both sdist and wheel: ``` -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -38,7 +38,7 @@ twine upload -r test dist/regressors-<INSERT-VERSION-NUMBER>.tar.gz git push git push origin v0.0.2 # Whatever your version number is ``` - [x] Create pull request to merge dev to master - [ ] If Travis passes, accept pull reqest - [ ] Release on PyPI by uploading both sdist and wheel: -
nsh87 revised this gist
Dec 18, 2015 . No changes.There are no files selected for viewing
-
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -55,4 +55,4 @@ deactivate ``` - [ ] 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. -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -46,7 +46,7 @@ git push origin v0.0.2 # Whatever your version number is twine upload -r pypi dist/regressors-<INSERT-VERSION-NUMBER>.tar.gz ``` - [ ] Test that it pip installs: ``` mktmpenv pip install my_project -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -41,7 +41,7 @@ git push origin v0.0.2 # Whatever your version number is - [ ] Create pull request to merge dev to master - [ ] If Travis passes, accept pull reqest - [ ] Release on PyPI by uploading both sdist and wheel: ``` twine upload -r pypi dist/regressors-<INSERT-VERSION-NUMBER>.tar.gz ``` -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -39,7 +39,7 @@ git push git push origin v0.0.2 # Whatever your version number is ``` - [ ] Create pull request to merge dev to master - [ ] If Travis passes, accept pull reqest - [x] Release on PyPI by uploading both sdist and wheel: ``` -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -38,7 +38,7 @@ twine upload -r test dist/regressors-<INSERT-VERSION-NUMBER>.tar.gz git push git push origin v0.0.2 # Whatever your version number is ``` - [ ] Create pull request to merge dev to master - [x] If Travis passes, accept pull reqest - [x] Release on PyPI by uploading both sdist and wheel: -
nsh87 revised this gist
Dec 18, 2015 . No changes.There are no files selected for viewing
-
nsh87 revised this gist
Dec 18, 2015 . No changes.There are no files selected for viewing
-
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -55,4 +55,4 @@ deactivate ``` - [ ] 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. - [x] 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. -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -46,7 +46,7 @@ git push origin v0.0.2 # Whatever your version number is twine upload -r pypi dist/regressors-<INSERT-VERSION-NUMBER>.tar.gz ``` - [x] Test that it pip installs: ``` mktmpenv pip install my_project -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -41,7 +41,7 @@ git push origin v0.0.2 # Whatever your version number is - [x] Create pull request to merge dev to master - [x] If Travis passes, accept pull reqest - [x] Release on PyPI by uploading both sdist and wheel: ``` twine upload -r pypi dist/regressors-<INSERT-VERSION-NUMBER>.tar.gz ``` -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -39,7 +39,7 @@ git push git push origin v0.0.2 # Whatever your version number is ``` - [x] Create pull request to merge dev to master - [x] If Travis passes, accept pull reqest - [ ] Release on PyPI by uploading both sdist and wheel: ``` -
nsh87 revised this gist
Dec 18, 2015 . No changes.There are no files selected for viewing
-
nsh87 revised this gist
Dec 18, 2015 . 1 changed file with 2 additions and 2 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 @@ -2,8 +2,8 @@ ``` git checkout dev ``` - [x] Update HISTORY.rst - [x] Commit the changes: ``` git add HISTORY.rst git commit -m "Changelog for upcoming release 0.1.1." -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -2,7 +2,7 @@ ``` git checkout dev ``` - [ ] Update HISTORY.rst - [ ] Commit the changes: ``` git add HISTORY.rst -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -3,7 +3,7 @@ git checkout dev ``` - [x] Update HISTORY.rst - [ ] Commit the changes: ``` git add HISTORY.rst git commit -m "Changelog for upcoming release 0.1.1." -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -39,7 +39,7 @@ git push git push origin v0.0.2 # Whatever your version number is ``` - [x] Create pull request to merge dev to master - [ ] If Travis passes, accept pull reqest - [ ] Release on PyPI by uploading both sdist and wheel: ``` -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -41,7 +41,7 @@ git push origin v0.0.2 # Whatever your version number is - [x] Create pull request to merge dev to master - [x] If Travis passes, accept pull reqest - [ ] Release on PyPI by uploading both sdist and wheel: ``` twine upload -r pypi dist/regressors-<INSERT-VERSION-NUMBER>.tar.gz ``` -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -46,7 +46,7 @@ git push origin v0.0.2 # Whatever your version number is twine upload -r pypi dist/regressors-<INSERT-VERSION-NUMBER>.tar.gz ``` - [ ] Test that it pip installs: ``` mktmpenv pip install my_project -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -54,5 +54,5 @@ pip install my_project deactivate ``` - [ ] 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. -
nsh87 revised this gist
Dec 18, 2015 . 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 @@ -55,4 +55,4 @@ deactivate ``` - [x] 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.
NewerOlder