Skip to content

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

@paxtonfitzpatrick

Description

@paxtonfitzpatrick

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions