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 95c3aee commit 0a8e17aCopy full SHA for 0a8e17a
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
6
jobs:
7
- Release-SDK:
+ release-sdk:
8
runs-on: ubuntu-latest
9
if: startsWith(github.ref, 'refs/heads/sdk-core/') # Only run on branches that start with sdk-core/
10
steps:
.github/workflows/wheels.yml
@@ -21,7 +21,6 @@ jobs:
21
- name: Upgrade build dependencies
22
run: python -m pip install --upgrade pip setuptools wheel
23
24
-
25
# Need to grab the SDK version for the wheel name
26
- name: Extract SDK Version
27
run: echo "SDK_VERSION=$(cat version.txt)" >> "$GITHUB_ENV"
0 commit comments