Publish Python package to pypi when a commit is tagged

* Publish to pypi from main workflow
* Remove pinning
* Include version info for proto tool in RiaVersionInfo.py
This commit is contained in:
Magne Sjaastad
2023-06-29 14:07:04 +02:00
committed by GitHub
parent 8a41d5a085
commit 8f83d25c9d
4 changed files with 58 additions and 8 deletions

View File

@@ -19,3 +19,5 @@
RESINSIGHT_MAJOR_VERSION = "@RESINSIGHT_MAJOR_VERSION@"
RESINSIGHT_MINOR_VERSION = "@RESINSIGHT_MINOR_VERSION@"
RESINSIGHT_PATCH_VERSION = "@RESINSIGHT_PATCH_VERSION@"
PYTHON_GRPC_PROTOC_VERSION = "@PYTHON_GRPC_PROTOC_VERSION@"