File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 - name : Debug version
5757 run : echo "Publishing version ${STEPS_SET_VERSION_OUTPUTS_VERSION}"
58+ shell : bash
5859 env :
5960 STEPS_SET_VERSION_OUTPUTS_VERSION : ${{ steps.set-version.outputs.VERSION }}
6061
Original file line number Diff line number Diff line change 5656 uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
5757
5858 - name : Set version with RC
59+ shell : bash
5960 env :
6061 VERSION : ${{ inputs.VERSION }}
6162 run : uv version "$VERSION"
7172 with :
7273 output-dir : wheelhouse
7374 config-file : " pyproject.toml"
75+ shell : bash
7476 env :
7577 # Ignore 32 bit architectures
7678 CIBW_ARCHS : " auto64"
Original file line number Diff line number Diff line change 8181 # Export variables for future steps
8282 echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
8383 echo "RC=$RC" >> $GITHUB_OUTPUT
84+ shell : bash
8485 env :
8586 GITHUB_EVENT_INPUTS_VERSION : ${{ github.event.inputs.version }}
8687 GITHUB_EVENT_INPUTS_RC : ${{ github.event.inputs.rc }}
8990 run : |
9091 echo "Using Version: ${STEPS_VALIDATE_INPUTS_OUTPUTS_VERSION}"
9192 echo "Using RC: ${STEPS_VALIDATE_INPUTS_OUTPUTS_RC}"
93+ shell : bash
9294 env :
9395 STEPS_VALIDATE_INPUTS_OUTPUTS_VERSION : ${{ steps.validate-inputs.outputs.VERSION }}
9496 STEPS_VALIDATE_INPUTS_OUTPUTS_RC : ${{ steps.validate-inputs.outputs.RC }}
@@ -113,6 +115,7 @@ jobs:
113115 enable-cache : false
114116
115117 - name : Validate current pyiceberg version
118+ shell : bash
116119 env :
117120 VERSION : ${{ needs.validate-inputs.outputs.VERSION }}
118121 run : |
You can’t perform that action at this time.
0 commit comments