PyPi Release not working since 2.6.61
Babbafett opened this issue · 1 comments
Babbafett commented
Hi all,
Since Version 2.6.61 the PyPi release is no longer working in the pipeline due to the fact that username/password authentication is now forbidden at PyPi:
Instead you should use for example api token authentication.
Is someone of the maintainer aware of it and is going to fix it?
It should be very easy by changing the value of the username to __token__
and the password to the generated api token value including the prefix pypi-
dontirun commented
Thank you for bringing this up. This is now resolved. The latest release 2.6.88
is now available to download.