File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 needs : set-version
6464 uses : ./.github/workflows/pypi-build-artifacts.yml
6565 with :
66- VERSION : ${{ needs.set-version.outputs.VERSION }}
66+ version : ${{ needs.set-version.outputs.VERSION }}
6767 testpypi-publish :
6868 name : Publish to TestPypi
6969 if : github.repository == 'apache/iceberg-python'
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 - validate-library-version
137137 uses : ./.github/workflows/svn-build-artifacts.yml
138138 with :
139- VERSION : ${{ needs.validate-inputs.outputs.VERSION }}rc${{ needs.validate-inputs.outputs.RC }}
139+ version : ${{ needs.validate-inputs.outputs.VERSION }}rc${{ needs.validate-inputs.outputs.RC }}
140140
141141 # PyPi
142142 pypi-build-artifacts :
@@ -145,4 +145,4 @@ jobs:
145145 - validate-library-version
146146 uses : ./.github/workflows/pypi-build-artifacts.yml
147147 with :
148- VERSION : ${{ needs.validate-inputs.outputs.VERSION }}rc${{ needs.validate-inputs.outputs.RC }}
148+ version : ${{ needs.validate-inputs.outputs.VERSION }}rc${{ needs.validate-inputs.outputs.RC }}
You can’t perform that action at this time.
0 commit comments