We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c978698 commit a756d86Copy full SHA for a756d86
.github/workflows/release_build.yml
@@ -138,7 +138,8 @@ jobs:
138
env:
139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
140
run: |
141
- checksum=$(shasum -a 256 dist/aws_opentelemetry_distro-0.7.0-py3-none-any.whl | awk '{ print $1 }')
+ checksum=$(shasum -a 256 dist/aws_opentelemetry_distro-0.7.0.dev0-py3-none-any.whl | awk '{ print $1 }')
142
+ echo "RELEASE_ARTIFACT_CHECKSUM_VALUES"
143
echo "aws_opentelemetry_distro-0.7.0.dev0-py3-none-any.whl: $checksum"
144
145
0 commit comments