From a097ae16406f682076a8a425e8da972caba562f9 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 7 Apr 2024 16:34:38 +0800 Subject: [PATCH] update --- .github/workflows/ci-cd.yml | 2 +- docs/source/sdk.rst | 17 ++++++++++++++++- setup.py | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2c53096..dec5a5c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -22,7 +22,7 @@ name: CI/CD jobs: release: - name: Publish Python SDK TO PyPI + name: Publish Python SDK To PyPI runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/docs/source/sdk.rst b/docs/source/sdk.rst index 848363e..33fd245 100644 --- a/docs/source/sdk.rst +++ b/docs/source/sdk.rst @@ -6,7 +6,22 @@ Screwdriver CD Python SDK :depth: 2 -.. automodule:: sdk.rnn.vanilla +.. automodule:: screwdriver_cd_python_sdk.events + :members: + :undoc-members: + :show-inheritance: + +.. automodule:: screwdriver_cd_python_sdk.pipeline + :members: + :undoc-members: + :show-inheritance: + +.. automodule:: screwdriver_cd_python_sdk.screwdriver_initializer + :members: + :undoc-members: + :show-inheritance: + +.. automodule:: screwdriver_cd_python_sdk.secrets :members: :undoc-members: :show-inheritance: diff --git a/setup.py b/setup.py index 0817033..15e84d5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="screwdriver-cd-python-sdk", - version="0.1.1", + version="1.0.0", description="Screwdriver CD Python Software Development Kit (SDK) used to write Python automation scripts that create and manage resources in Screwdriver", url="https://github.com/QubitPi/screwdriver-cd-python-sdk", author="Jiaqi liu",