Closed dbuscombe-usgs closed 2 years ago
How to update the doodleverse-utils
pypi package
First, submit your local changes to github the usual way (git add/commit/push)
Second, on github, create a new release
Third, locally
git fetch
git checkout nameoftag (e.g. v0.0.1-beta)
python setup.py sdist bdist_wheel
twine upload dist/* --verbose
git switch -
git clean -xfd
that works for me... i made these instructions a wiki page
I am the sole maintainer and administrator of
doodleverse_utils
. I propose we add at least one more person who can upload new versionsI propose adding @ebgoldstein and/or @2320sharon as a new 'Maintainer', which requires having a pypi account. Not a priority but leaving here as a reminder