Skip to content

Commit c978698

Browse files
committed
Test
1 parent 004b79b commit c978698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ jobs:
131131
--title "Release v0.7.0" \
132132
--draft \
133133
"v0.7.0" \
134-
dist/aws_opentelemetry_distro-0.7.0-py3-none-any.whl
134+
dist/aws_opentelemetry_distro-0.7.0.dev0-py3-none-any.whl
135135
136136
- name: Get SHA256 checksum of wheel file
137137
id: get_sha256
138138
env:
139139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
140140
run: |
141141
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"
142+
echo "aws_opentelemetry_distro-0.7.0.dev0-py3-none-any.whl: $checksum"
143143
144144
145145

0 commit comments

Comments
 (0)