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

Updates needed in "Pushing to pip" section of "packages" tutorial #69

Open
paxtonfitzpatrick opened this issue Jun 3, 2021 · 0 comments

Comments

@paxtonfitzpatrick
Copy link
Member

in addition to changes re: TestPyPI from #68:

  • command to build package should be changed to to python setup.py sdist bdist_wheel so wheel binary is also created (see PEP 427)
  • encourage running twine check dist/* before uploading
  • upload command should be changed to twine upload dist/* so .whl file is available on PyPI
  • replace link to article at bottom with link to this tutorial instead
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