Replies: 2 comments 5 replies
-
Currently, the only thing that blocks me from doing this is having access to the account that will configure the credentials in pypi to upload this. |
Beta Was this translation helpful? Give feedback.
5 replies
-
[BPMN-Parser] I develop the BPMN-Parser. It's util to read camunda bpmn models and built some features over it, such as linters, some GUI, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I want to publish the repository https://github.com/camunda-community-hub/camunda-external-task-client-python3 as python package in pypi.
Motivation: Some projects that install it as github package, example in poetry:
and it's is very problematic because doing it, we lose the control of version of application. Supposing that we merge some bug in
main
, every build of projects that install it will crash!So, the goal is publish the package to get the control version, that way we can install the version "0.0.1", "0.0.2", etc.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions