Search code examples
pypiappveyor

AppVeyor: Upload to PyPI seems stuck


When trying to upload my successfully built and tested python wheel to PyPI, the AppVeyor console log just displays running upload until I cancel the build.

This is the appveyor.yml I set up.

Any ideas on how I can find out what is going on?


Solution

  • I solved the problem by using twine instead of setup.py upload using the previously generated wheel.