File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments