vespa-engine / pyvespa

Python API for https://vespa.ai, the open big data serving engine
https://pyvespa.readthedocs.io/
Apache License 2.0
79 stars 24 forks source link

CI - VespaCLI: Fix autodist #789

Closed thomasht86 closed 1 month ago

thomasht86 commented 1 month ago

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

The last approach got blocked as we have branch protection. This approach creates a PR from the github actions bot after a release is made with the changes to the code. See e.g. #788.

Refactored to use only one workflow.

The steps are:

Next up is pyvespa release, which will need a slightly different approach.