Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Enable verbose logs for publishing to PyPi #19

Closed
wants to merge 1 commit into from

Conversation

mickmis
Copy link
Contributor

@mickmis mickmis commented Oct 14, 2024

Drafting this PR in order to trigger the CI to attempt publishing the package in order to debug the publishing issue.

@mickmis
Copy link
Contributor Author

mickmis commented Oct 14, 2024

Managed to reproduce issue: it is due to the PyPi account not having 2FA enabled:

INFO     <html>                                                                 
          <head>                                                                
           <title>400 User 'interuss' does not have two-factor authentication   
         enabled. Please enable two-factor authentication before attempting to  
         upload to PyPI. See                                                    
         https://test.pypi.org/help/#two-factor-authentication for more         
         information.</title>                                                   
          </head>                                                               
          <body>                                                                
           <h1>400 User 'interuss' does not have two-factor authentication      
         enabled. Please enable two-factor authentication before attempting to  
         upload to PyPI. See                                                    
         https://test.pypi.org/help/#two-factor-authentication for more         
         information.</h1>                                                      
           The server could not comply with the request since it is either      
         malformed or otherwise incorrect.<br/><br/>                            
         User &#x27;interuss&#x27; does not have two-factor authentication      
         enabled. Please enable two-factor authentication before attempting to  
         upload to PyPI. See                                                    
         https://test.pypi.org/help/#two-factor-authentication for more         
         information.                                                           
                                                                                
                                                                                
          </body>                                                               
         </html>                            

@mickmis mickmis closed this Oct 14, 2024
@mickmis mickmis deleted the publish-verbose branch October 14, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant