Skip to content

Commit 505b005

Browse files
chore: fix publishing
1 parent 9979e42 commit 505b005

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

.speakeasy/gen.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ management:
99
configChecksum: 1139c60ef009e65bda19885e23c082f2
1010
repoURL: https://github.com/cloudinary/account-provisioning-python.git
1111
installationURL: https://github.com/cloudinary/account-provisioning-python.git
12+
published: true
1213
persistentEdits:
1314
generation_id: 6265eb69-4637-47e8-9d77-a9b932da397c
1415
pristine_commit_hash: 597f678bd2f7e37c0cfd850c920860efd7f0e330

.speakeasy/workflow.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets:
1414
sourceRevisionDigest: sha256:2eb14e9aa6662f5f4f1d9ef1039678b31573aebc5765ea3e64a4d2017f9073d4
1515
sourceBlobDigest: sha256:0c58d072e0b61c934870ce292789dd513ea1df64ec9a625f3e428fc17fcf2574
1616
codeSamplesNamespace: cloudinary-provisioning-python-code-samples
17-
codeSamplesRevisionDigest: sha256:e8b2e36349d3adf175f3080ff6db9243abd90d0f3fe6fd8df9770667684c288d
17+
codeSamplesRevisionDigest: sha256:a40d135fa31b4070deb14b6fda8fc756589bf7c86615c2f08dfdd950ab50f38c
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

README-PYPI.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ _Thank you for exploring this early release and helping us shape these tools to
6666
<!-- Start SDK Installation [installation] -->
6767
## SDK Installation
6868

69-
> [!TIP]
70-
> To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
71-
72-
7369
> [!NOTE]
7470
> **Python version upgrade policy**
7571
>
@@ -82,23 +78,23 @@ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
8278
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
8379

8480
```bash
85-
uv add git+https://github.com/cloudinary/account-provisioning-python.git
81+
uv add cloudinary-account-provisioning
8682
```
8783

8884
### PIP
8985

9086
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
9187

9288
```bash
93-
pip install git+https://github.com/cloudinary/account-provisioning-python.git
89+
pip install cloudinary-account-provisioning
9490
```
9591

9692
### Poetry
9793

9894
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
9995

10096
```bash
101-
poetry add git+https://github.com/cloudinary/account-provisioning-python.git
97+
poetry add cloudinary-account-provisioning
10298
```
10399

104100
### Shell and script usage with `uv`

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ _Thank you for exploring this early release and helping us shape these tools to
6666
<!-- Start SDK Installation [installation] -->
6767
## SDK Installation
6868

69-
> [!TIP]
70-
> To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
71-
72-
7369
> [!NOTE]
7470
> **Python version upgrade policy**
7571
>
@@ -82,23 +78,23 @@ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
8278
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
8379

8480
```bash
85-
uv add git+https://github.com/cloudinary/account-provisioning-python.git
81+
uv add cloudinary-account-provisioning
8682
```
8783

8884
### PIP
8985

9086
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
9187

9288
```bash
93-
pip install git+https://github.com/cloudinary/account-provisioning-python.git
89+
pip install cloudinary-account-provisioning
9490
```
9591

9692
### Poetry
9793

9894
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
9995

10096
```bash
101-
poetry add git+https://github.com/cloudinary/account-provisioning-python.git
97+
poetry add cloudinary-account-provisioning
10298
```
10399

104100
### Shell and script usage with `uv`

0 commit comments

Comments
 (0)