We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91518e2 commit 463d425Copy full SHA for 463d425
.github/workflows/nightly-pypi-build.yml
@@ -26,7 +26,7 @@ on:
26
27
jobs:
28
set-version:
29
- if: github.repository == 'apache/iceberg-python' # Only run for apache repo
+ # if: github.repository == 'apache/iceberg-python' # Only run for apache repo
30
runs-on: ubuntu-latest
31
outputs:
32
VERSION: ${{ steps.set-version.outputs.VERSION }}
0 commit comments