Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Apr 7, 2024
1 parent dc26dd3 commit a097ae1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 16 additions & 1 deletion docs/source/sdk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a097ae1

Please sign in to comment.