Skip to content

Commit 2371e4b

Browse files
authored
Merge pull request #3 from vantagecompute/release/0.0.1
build: release 0.0.1
2 parents af211ca + 1386bf2 commit 2371e4b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/update-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches: ["main"]
66
paths:
77
- 'cudo_compute_sdk/**'
8-
- 'scripts/generate_complete_docs.py'
98
- 'scripts/update_docs_version.py'
109
- 'pyproject.toml'
1110
- 'docusaurus/**'
@@ -76,7 +75,6 @@ jobs:
7675
# Create/update working branch from base
7776
git switch -C "${BRANCH_NAME}"
7877
79-
python3 scripts/generate_complete_docs.py
8078
python3 scripts/update_docs_version.py
8179
just docs-build
8280

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "cudo-compute-sdk"
33
version = "0.0.1"
4-
description = "The Cudo Compute SDK."
4+
description = "The Python SDK for Cudo Compute distributed compute platform."
55
authors = [
66
{name = "jamesbeedy", email = "james@vantagecompute.ai"}
77
]

0 commit comments

Comments
 (0)