Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include release instructions in docs/README #136

Open
arvoelke opened this issue May 18, 2018 · 2 comments
Open

Include release instructions in docs/README #136

arvoelke opened this issue May 18, 2018 · 2 comments
Labels

Comments

@arvoelke
Copy link
Owner

arvoelke commented May 18, 2018

After the next successful release (see #131) make sure to add the details of the release flow (since I keep forgetting), including:

  • changing of version information both before and after
  • changes to CHANGES.rst both before and after
  • documentation requirements (Support pip install nengolib[*] #140)
  • building documentation in between version changes
  • PyPi commands, and the required file
  • Release on GitHub including matching tag (for sphinx source-code linking)
  • Add a new directory with the corresponding docs in the nengolib-docs repo
  • Cleaning out dist folder and others
@arvoelke arvoelke added the meta label May 18, 2018
@arvoelke
Copy link
Owner Author

arvoelke commented May 18, 2018

$ cat ~/.pypirc

[distutils]
index-servers =
  pypi

[pypi]
username=arvoelke
password=***********************
python setup.py sdist bdist_wheel
twine upload dist/*

@arvoelke
Copy link
Owner Author

May be affected by #175.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant