Skip to content
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

Publish ore_algebra on PyPI #19

Open
slel opened this issue May 4, 2021 · 3 comments
Open

Publish ore_algebra on PyPI #19

slel opened this issue May 4, 2021 · 3 comments

Comments

@slel
Copy link
Contributor

slel commented May 4, 2021

Suggested in a sage-support discussion:

@mkauers
Copy link
Owner

mkauers commented May 5, 2021

How would we do that?

@nrbeaton
Copy link

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

@mkoeppe
Copy link
Contributor

mkoeppe commented Dec 12, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants