ci: Switch to Trusted Publisher method for PyPI #331
commitlint.yml
on: pull_request
commitlint
/
commitlint
32s
Annotations
1 error
commitlint / commitlint
You have commit messages with errors
⧗ input: ci: Clean up publishing workflows
This is in prep for more substantive changes to the PyPI call.
- Adjust formatting and naming, fix syntax (quote numeric string)
- Remove some differences: Remove default x64 arch value; use newer LTS
Ubuntu
✖ type must be one of [revert, feat, fix, perf, docs, test, build, refactor, style, chore, temp] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html
⧗ input: ci: Switch to Trusted Publisher method for PyPI
Testing out the Trusted Publisher method for PyPI:
https://docs.pypi.org/trusted-publishers/
This should allow us to avoid using an org-wide secret, in favor of
short-lived tokens generated by GitHub.
✖ type must be one of [revert, feat, fix, perf, docs, test, build, refactor, style, chore, temp] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html
|