ContextLab / ContextLab/CDL-tutorials

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

Open
#69 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
17
Forks
4
PR merge metrics
No merged PRs in 30d

Description

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](https://www.python.org/dev/peps/pep-0427/))
- 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](https://realpython.com/pypi-publish-python-package/#publishing-to-pypi) instead

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.