question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uploading to testpypi

See original GitHub issue

I 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:closed
  • Created 8 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

878reactions
rmcgibbocommented, Dec 31, 2015

No. I decided I don’t care.

88reactions
OyeBennycommented, Jul 1, 2017

What up Reddit.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found