awslabs / cdk-serverless-clamscan

Apache License 2.0
237 stars 67 forks source link

PyPi Release not working since 2.6.61 #1096

Closed Babbafett closed 8 months ago

Babbafett commented 8 months ago

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: image 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 8 months ago

Thank you for bringing this up. This is now resolved. The latest release 2.6.88 is now available to download.