quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.28k stars 1.02k forks source link

`Pre-release cirq to PyPi` CI fails due to out of date authentication method #6405

Closed NoureldinYosri closed 10 months ago

NoureldinYosri commented 10 months ago

Description of the issue The CI fails at the upload step with error

HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/          
         Username/Password authentication is no longer supported. Migrate to API
         Tokens or Trusted Publishers instead. See                              
         https://pypi.org/help/#apitoken and                                    
         https://pypi.org/help/#trusted-publishers                              

screenshot image