Uploading to testpypi
See original GitHub issueI had some trouble with using twine to upload a package to testpypi. I tried like this
$ twine upload -r testpypi dist/sphinxcontrib-lunrsearch-0.1.tar.gz
Uploading distributions to https://pypi.python.org/pypi
Uploading sphinxcontrib-lunrsearch-0.1.tar.gz
But it looks like it went to regular pypi. I assume I’m doing something wrong here, but any docs on how twine and testpypi together would be appreciated.
Issue Analytics
- State:
- Created 8 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Using TestPyPI - Python Packaging User Guide
TestPyPI is a separate instance of the Python Package Index (PyPI) that ... You can upload your distributions to TestPyPI using twine by...
Read more >Building and Uploading to PyPi - The Sheer Joy of Packaging!
TestPyPI : a separate instance of the Python Package Index (PyPI) that allows you to try out the distribution tools and process without...
Read more >How to upload your package to the Python Package Index ...
This command will report any problems rendering your README . Upload your packages to the PyPI test server: twine upload --repository testpypi ......
Read more >Upload a new release to TestPyPi - Stack Overflow
There is no way to reupload the same filename. Increase version, regenerate packages and upload new packages with new names.
Read more >Uploading a package on PyPI - Adriaan Rol's homepage
If this runs without warnings you can upload to TestPyPI. python3 -m twine upload --repository testpypi dist/*.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No. I decided I don’t care.
What up Reddit.