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

Instructions for release #128

Open
xlcnd opened this issue Feb 27, 2023 · 0 comments
Open

Instructions for release #128

xlcnd opened this issue Feb 27, 2023 · 0 comments
Labels

Comments

@xlcnd
Copy link
Owner

xlcnd commented Feb 27, 2023

Instructions for release

Requirements:

  1. Github account
  2. PYPI account
  3. pip, wheel and twine must be installed

Github:

A. Check setup.py and see if version and links are in sync!

B. Tag and push to github:

  1. Edit CHANGES.txt and add version, date and small description (e.g. v0.0.1, 2018-03-08 -- Initial alpha release.)
  2. git tag -a vVERSION -m "small description) (e.g. git tag -a v0.0.1 -m "Initial alpha release")
  3. git push origin master
  4. git push origin v0.0.1 (adapt!)

PYPI:

  1. python setup.py check -s
  2. python setup.py sdist bdist_wheel
  3. twine check dist/*
  4. twine upload dist/* -u UN -p PW (UN, PW are the credentials of your PYPI account)
@xlcnd xlcnd added the project label Feb 27, 2023
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