-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from njsmith/less-zenodo
Rework zenodo handling to make releasing simpler
- Loading branch information
Showing
3 changed files
with
20 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,6 @@ | |
* in original directory: git tag v<version> && git push --tags | ||
* in clean clone: python setup.py sdist --formats=zip && python setup.py bdist_wheel | ||
* twine upload dist/*.zip dist/*.whl | ||
* Go to http://readthedocs.org/dashboard/patsy/versions/, set the new | ||
version to build and update the default. | ||
* announce release on: | ||
[email protected] | ||
[email protected] | ||
|
@@ -25,6 +23,3 @@ | |
* go to https://github.com/pydata/patsy/releases/new and type the tag | ||
name and give it some text. (This will trigger Zenodo archiving the | ||
tag.) | ||
* go to | ||
https://zenodo.org/search?f=author&p=Nathaniel%20J.%20Smith&ln=en | ||
to find the new archive and add the DOI image to changes.rst. |