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.repository == 'apache/iceberg-python' || github.event_name == 'workflow_dispatch'# Run on schedule for apache repo, or on manual dispatch from any repo
33
33
runs-on: ubuntu-latest
34
34
outputs:
35
35
VERSION: ${{ steps.set-version.outputs.VERSION }}
@@ -66,7 +66,7 @@ jobs:
66
66
version: ${{ needs.set-version.outputs.VERSION }}
67
67
testpypi-publish:
68
68
name: Publish to TestPypi
69
-
if: github.repository == 'apache/iceberg-python'
69
+
if: github.repository == 'apache/iceberg-python'# Only run for apache repo
0 commit comments