Skip to content

Commit cc30dac

Browse files
committed
Revert "fix casing"
This reverts commit 665510a.
1 parent 9edcc01 commit cc30dac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly-pypi-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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'

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)