Open arvoelke opened 6 years ago
After the next successful release (see #131) make sure to add the details of the release flow (since I keep forgetting), including:
$ cat ~/.pypirc
[distutils] index-servers = pypi [pypi] username=arvoelke password=***********************
python setup.py sdist bdist_wheel twine upload dist/*
May be affected by #175.
After the next successful release
(see #131)make sure to add the details of the release flow (since I keep forgetting), including:(#140)