zlatko-minev / pyEPR

Powerful, automated analysis and design of quantum microwave chips & devices [Energy-Participation Ratio and more]
https://pyepr-docs.readthedocs.io
Other
160 stars 222 forks source link

Version 0.8.4 #64

Closed wshanks closed 3 years ago

wshanks commented 3 years ago

@zlatko-minev since you posted an 8.4 release yesterday (https://github.com/zlatko-minev/pyEPR/releases/tag/8.4), I am guessing you meant to release 0.8.4. Here is a PR to update the version number inside of pyEPR. The git tag should go on this commit so it matches the version string in the code.

Also, I removed the old conda recipe (came up when searching for where the version string was used) since that is maintained in a separate repo now.

wshanks commented 3 years ago

Also, here is the quick version of publishing a new release (https://packaging.python.org/guides/distributing-packages-using-setuptools/#packaging-your-project):

  1. pip install setuptools wheel twine if you don't have them
  2. python setup.py sdist bdist_wheel
  3. Set up an API token for PyPI as described in the link above
  4. twine upload dist/*
zlatko-minev commented 3 years ago

Thank you, @willsALMANJ