-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Started release checklist (to be continued)
- Loading branch information
1 parent
a362809
commit ef3444f
Showing
33 changed files
with
494 additions
and
318 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#Jupyter Notebooks | ||
- clear cell outputs | ||
|
||
# Testing | ||
- pytest in dir tests/ | ||
|
||
#Documentation | ||
- activate venv with Sphinx | ||
- change to dir docsrc/ | ||
- call make html | ||
- call make github | ||
- check changes in dir docs/ | ||
- commit dir docs/ | ||
|
||
# Git | ||
- git tag mjoindices-X.X.X | ||
- git push origin mjoindices-X.X.X | ||
|
||
# Setup Tools | ||
- activate venv | ||
- python3 setup.py sdist bdist_wheel | ||
|
||
# GitHub | ||
- Attach package files to release | ||
|
||
# Zenodo | ||
- Wait for Zenodo to find new GitHub release(?) | ||
- Change Metainformation | ||
|
||
# PyPi | ||
- python3 -m twine upload dist/* |
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
Oops, something went wrong.