You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if: github.ref == 'refs/heads/main' # Ensures it only runs for the main branch
158
+
if: github.ref == 'refs/heads/main' && needs.create-release.outputs.python_changed == 'true' # Ensures it only runs for the main branch and if Python files were changed
140
159
permissions:
141
160
# IMPORTANT: this permission is mandatory for trusted publishing
0 commit comments