-
Notifications
You must be signed in to change notification settings - Fork 56
ci: Introduce PyPi Publisher workflow #108
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
Conversation
This shall ensure no one messes with the code between releases
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.
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (1)
- setup.cfg: Language not supported
Comments suppressed due to low confidence (2)
pyproject.toml:29
- The license-files glob pattern appears unusual; consider verifying if 'LICEN[CS]E*' is the intended pattern or if it should be 'LICENSE*'.
license-files = ["LICEN[CS]E*"]
.github/workflows/publish.yml:2
- The PR description mentions that the publishing workflow runs on push for testing, but the diff only triggers on release (published). If push events are desired for testing, consider updating the trigger accordingly.
on:
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.
nice job! Thanks!!
@kellervater Nice work! Thank you. |
As requested in this discussion this PR adds a PyPi publisher workflow to the repository.
setup.cfg
has been merged into the newpyproject.toml
Related issue: https://github.com/camunda/team-infrastructure/issues/801