Skip to content

Commit 0a8e17a

Browse files
MOmarMirajedif2008
andauthored
Apply suggestions from code review
fix nits Co-authored-by: Eduard Filip <[email protected]>
1 parent 95c3aee commit 0a8e17a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
Release-SDK:
7+
release-sdk:
88
runs-on: ubuntu-latest
99
if: startsWith(github.ref, 'refs/heads/sdk-core/') # Only run on branches that start with sdk-core/
1010
steps:

.github/workflows/wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Upgrade build dependencies
2222
run: python -m pip install --upgrade pip setuptools wheel
2323

24-
2524
# Need to grab the SDK version for the wheel name
2625
- name: Extract SDK Version
2726
run: echo "SDK_VERSION=$(cat version.txt)" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)