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 004b79b commit c978698Copy full SHA for c978698
.github/workflows/release_build.yml
@@ -131,15 +131,15 @@ jobs:
131
--title "Release v0.7.0" \
132
--draft \
133
"v0.7.0" \
134
- dist/aws_opentelemetry_distro-0.7.0-py3-none-any.whl
+ dist/aws_opentelemetry_distro-0.7.0.dev0-py3-none-any.whl
135
136
- name: Get SHA256 checksum of wheel file
137
id: get_sha256
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 }')
142
- echo "aws_opentelemetry_distro-0.7.0-py3-none-any.whl: $checksum"
+ echo "aws_opentelemetry_distro-0.7.0.dev0-py3-none-any.whl: $checksum"
143
144
145
0 commit comments