-
| Changelogs are available, tags exist, but releases are not published. Is this intentional and if so why? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            webknjaz
          
      
      
        Jan 24, 2022 
      
    
    Replies: 1 comment 1 reply
-
| The release automation is triggered by pushing a Git tag. Then, the workflow runs tests and publishes the dists. Apparently, the integration tests failed in those workflow runs and the release job never got invoked. It's visible here: https://github.com/pypa/setuptools/actions/runs/1672078555. FWIW this would be reasonable to track as a bug, if there's none yet. cc @jaraco | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        webknjaz
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
The release automation is triggered by pushing a Git tag. Then, the workflow runs tests and publishes the dists. Apparently, the integration tests failed in those workflow runs and the release job never got invoked. It's visible here: https://github.com/pypa/setuptools/actions/runs/1672078555.
FWIW this would be reasonable to track as a bug, if there's none yet.
cc @jaraco