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

Add Source Distribution to PyPI Release #41

Open
Bonifatius94 opened this issue Jul 23, 2021 · 0 comments
Open

Add Source Distribution to PyPI Release #41

Bonifatius94 opened this issue Jul 23, 2021 · 0 comments
Assignees

Comments

@Bonifatius94
Copy link
Owner

Issue:

  • some systems don't support loading manylinux wheels
  • there is no source distribution they can build against numpy

Suggested Solution:

  • add another section in the PyPI release workflow creating a sdist release (using a command like "python setup.py sdist")
  • upload that sdist files to PyPI using twine
  • add documentation for building the sdist from scratch (e.g. point to the commands used in the Dockerfile-Dev environment)
  • add an exception to setup.py when numpy is not installed on the system
@Bonifatius94 Bonifatius94 self-assigned this Jul 23, 2021
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

1 participant