pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
309 stars 80 forks source link

[CI] Publish doc updates after each release #373

Closed jhamon closed 4 months ago

jhamon commented 4 months ago

Problem

We want documentation to automatically stay up to date after every release

Solution

Trigger the docs publish workflow after a new artifact is released to pypi

Type of Change