File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 55 version :
66 description : The version to tag the release with, e.g., 1.2.0
77 required : true
8+ push :
89
910env :
1011 AWS_DEFAULT_REGION : us-east-1
@@ -131,3 +132,14 @@ jobs:
131132 --draft \
132133 "v${{ github.event.inputs.version }}" \
133134 dist/aws_opentelemetry_distro-${{ github.event.inputs.version }}-py3-none-any.whl
135+
136+ - name : Get SHA256 checksum of wheel file
137+ env :
138+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
139+ run : |
140+ checksum=$(shasum -a 256 dist/aws_opentelemetry_distro-${{ github.event.inputs.version }}-py3-none-any.whl | awk '{ print $1 }')
141+ echo "RELEASE_ARTIFACT_CHECKSUM_VALUES"
142+ echo "aws_opentelemetry_distro-${{ github.event.inputs.version }}-py3-none-any.whl: $checksum"
143+
144+
145+
You can’t perform that action at this time.
0 commit comments