Skip to content

Commit d3ea96a

Browse files
committed
Unify naming in GH Action workflows
1 parent 6b47b44 commit d3ea96a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: CD
1+
name: Publish SDK to Test PyPI
22
on: [workflow_dispatch]
33

44
env:
55
PYTHON_VERSION: 3.9
66

77
jobs:
8-
test-pypi-deploy:
9-
name: Deploy to Test PyPI
8+
publish-sdk-test-pypi:
109
runs-on: ubuntu-latest
1110
permissions:
1211
id-token: write

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ env:
77
PYTHON_VERSION: 3.9
88

99
jobs:
10-
publish-sdk:
11-
name: Publish SDK to PyPI
10+
publish-sdk-pypi:
1211
runs-on: ubuntu-latest
1312
permissions:
1413
id-token: write

0 commit comments

Comments
 (0)