Travis is not deploying the tagged version 0.3.1, the log says
build succeeded, 7 warnings.
Submitting documentation to https://pypi.python.org/pypi
Upload failed (503): first byte timeout
possibly related to #109
This could just be a valid timeout? It has the look of a varnish cache or nginx timeout - first byte timeout is often the varnish/nginx response to a backend failure. I see you have submitted again and the job log says it is working, anyway just FYI on first byte timeout
I used twine to upload to pypi, was quite straightforward:
python setup.py sdist
python setup.py bdist_wheel --universal
twine upload dist/*
Also pkg_resources.get_distribution('tsfresh').version
reports version '0.3.1'
Is this still an issue?
Yes. I was uploading the latest releases by hand.
Von meinem iPhone gesendet
Am 08.08.2017 um 21:32 schrieb Nils Braun notifications@github.com:
Is this still an issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Ok, do you have non alpha-numeric characters in your password?
It seems, there are problems with this
https://docs.travis-ci.com/user/deployment/pypi/
Ok, do you have non alpha-numeric characters in your password?
It seems, there are problems with this
https://docs.travis-ci.com/user/deployment/pypi/
No. just numbers + letters
This works now, the 0.11.2 release was uploaded to pypi automatically.
I guess removing pyscaffold helped the upload.