Top "Twine" questions

For questions about the Python package used for uploading distributions to the Python Package Index (PyPI).

How to fix 'Could not find a version that satisfies the requirement' for install_requires list when pip installing in custom package?

I am trying to build my own Python package (installable by pip) using the twine package. This is all going …

python-3.x pip setup.py pypi twine
How to upload new versions of project to PyPI with twine?

I've uploaded my Python package to PyPI. But now I made new version of my package and need to upload …

python python-3.x package pypi twine
Can't upload to PyPi with Twine

I'm trying to upload a python package to PyPi, using the following commands: pip install -e . python setup.py bdist_…

python pypi twine