Hello all,
2.6.0 is released.
I was not able to push from my devpi index though. I got:
devpi --debug push tox==2.6.0 pypi:pypi
using pypirc /home/oliver/.pypirc
PUSH
https://devpi.net/obestwalter/dev502 Bad Gateway: {
"type": "actionlog",
"result": [
[
500,
"register",
"tox",
"2.6.0"
]
]
}
Which does not tell me what's wrong (the register in the result surprises me though). Does anyone know what could be the problem or how I can get better debug info? I guess it's something obvious because my experience with devpi is still very limited.
I did not want to delay the release any further though, so I did the old
python setup.py sdist bdist_wheel upload -r pypi
with the packages I had pushed to my index.