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 6b47b44 commit d3ea96aCopy full SHA for d3ea96a
.github/workflows/pre-release.yml
@@ -1,12 +1,11 @@
1
-name: CD
+name: Publish SDK to Test PyPI
2
on: [workflow_dispatch]
3
4
env:
5
PYTHON_VERSION: 3.9
6
7
jobs:
8
- test-pypi-deploy:
9
- name: Deploy to Test PyPI
+ publish-sdk-test-pypi:
10
runs-on: ubuntu-latest
11
permissions:
12
id-token: write
.github/workflows/release.yml
@@ -7,8 +7,7 @@ env:
- publish-sdk:
- name: Publish SDK to PyPI
+ publish-sdk-pypi:
13
14
0 commit comments