ansys / ansys-tools-protoc-helper

Utility for compiling .proto files to Python source
https://ansys.github.io/ansys-tools-protoc-helper/
MIT License
7 stars 0 forks source link

Fix deployment #23

Closed akaszynski closed 2 years ago

akaszynski commented 2 years ago

Existing deployment job runs independently of the other jobs, and it's entirely possible for us to ship a broken package with PyPI.

This PR modifies the deploy job to depend on the docs and test jobs, and includes a release step that uploads the pdf and release notes.