-
Notifications
You must be signed in to change notification settings - Fork 92
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
Release 0.2.1 checklist #1565
Labels
enhancement
New feature or request
Milestone
Comments
also #1558 |
I think #1646 will deal with the ensembl issues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist for doing a new release, copied from the last one (#1319):
git fetch upstream --tags
,git checkout upstream/main
python3 -m build
(note: you need thebuild
andtwine
modules installed)python3 -m twine upload dist/[stuff]
for instancepython -m twine upload dist/{stdpopsim-0.2.1a1.tar.gz,stdpopsim-0.2.1a1-py3-none-any.whl}
(note: this now uses "API tokens" from PyPI possibly stored in~/.pypirc
to upload; see here for the ever-changing procedure)latest
orstable
usually is)Post-release:
Reference: https://packaging.python.org/tutorials/packaging-projects/, tskit-dev/pyslim#292
The text was updated successfully, but these errors were encountered: