Skip to content

Commit 665510a

Browse files
committed
fix casing
1 parent f4d475e commit 665510a

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
@@ -62,7 +62,7 @@ jobs:
6262
needs: set-version
6363
uses: ./.github/workflows/pypi-build-artifacts.yml
6464
with:
65-
version: ${{ needs.set-version.outputs.VERSION }}
65+
VERSION: ${{ needs.set-version.outputs.VERSION }}
6666
testpypi-publish:
6767
name: Publish to TestPypi
6868
needs:

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- validate-library-version
134134
uses: ./.github/workflows/svn-build-artifacts.yml
135135
with:
136-
version: ${{ needs.validate-inputs.outputs.VERSION }}rc${{ needs.validate-inputs.outputs.RC }}
136+
VERSION: ${{ needs.validate-inputs.outputs.VERSION }}rc${{ needs.validate-inputs.outputs.RC }}
137137

138138
# PyPi
139139
pypi-build-artifacts:
@@ -142,4 +142,4 @@ jobs:
142142
- validate-library-version
143143
uses: ./.github/workflows/pypi-build-artifacts.yml
144144
with:
145-
version: ${{ needs.validate-inputs.outputs.VERSION }}rc${{ needs.validate-inputs.outputs.RC }}
145+
VERSION: ${{ needs.validate-inputs.outputs.VERSION }}rc${{ needs.validate-inputs.outputs.RC }}

0 commit comments

Comments
 (0)