mkauers / ore_algebra

GNU General Public License v2.0
29 stars 18 forks source link

Publish ore_algebra on PyPI #19

Open slel opened 3 years ago

slel commented 3 years ago

Suggested in a sage-support discussion:

mkauers commented 3 years ago

How would we do that?

nrbeaton commented 3 years ago

Related... there is a version on the AUR which is quite outdated https://aur.archlinux.org/packages/ore_algebra/

mkoeppe commented 2 years ago

How would we do that?

  1. Bump the version number https://github.com/mkauers/ore_algebra/blob/master/setup.py#L27
  2. Tag a release
  3. Push the release tag to Github.
  4. Run either python3 setup.py sdist or use python3 -m pip install build && python3 -m build.
  5. Create an account on pypi.org
  6. Use python3 -m pip install twine and python3 -m twine upload dist/ore_algebra-*.tar.gz