-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add workflows for publishing single package #1070
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must be tested on dev version soon.
@@ -0,0 +1,247 @@ | |||
name: Build all taipy packages and release them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: Build all taipy packages and release them | |
name: Build and release one taipy sub-package |
description: "The version of the package to be released" | ||
required: true | ||
target_package: | ||
description: "The package to be released" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: "The package to be released" | |
description: "The package to be released (gui, config, core, rest, templates, taipy)" |
description: "The tag of the package to publish on Pypi (ex: 1.0.0, 1.0.0.dev0)" | ||
required: true | ||
target_package: | ||
description: "The package to be released" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: "The package to be released" | |
description: "The package to be released (gui, config, core, rest, templates, taipy)" |
b40c0e6
to
c01ffa2
Compare
f23b319
to
0540287
Compare
4f6abb7
to
be6600c
Compare
Im merging this because otherwise I can't trigger the action without it being on develop |
feat: add workflows for publishing single package (Avaiga#1070)
* feat: add workflows for publishing single package * feat: remove unneeded taipy package job
No description provided.