Skip to content

Commit 5750b30

Browse files
committed
remove unnecessary c omments
1 parent 2474110 commit 5750b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: github.event.pull_request.merged == true && contains(github.event.pull_request.head.ref, 'sdk-core/')
5959
steps:
6060
- uses: actions/checkout@v4
61-
# Need to grab the SDK version for the wheel name
61+
6262
- name: Extract SDK Version
6363
run: echo "SDK_VERSION=$(cat version.txt)" >> "$GITHUB_ENV"
6464
shell: bash

0 commit comments

Comments
 (0)