Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Github-Actions for PyPI release process (#760)
* Initial draft of GIthub Actions workflow * install (or) load poetry from cache * Github Actions: Publish tagged commits into PyPI * Update version on the least-significant-digit -- this should not trigger PyPI publish Github Actions * Update minor version of the project * Update the instructions for the Release process * Include sigstore signatures, automatic github-release process * auto-generate release notes * revert the changes to project name and project-version * include code-rabbit's suggestions * Update .github/workflows/publish_to_pypi.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .github/workflows/publish_to_pypi.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .github/workflows/publish_to_pypi.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .github/workflows/publish_to_pypi.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * incoroprate CodeRabbit suggestions: part 2 * CodeRabbitAI suggestions part-3 * remove the redundant check condition * Update .github/workflows/publish_to_pypi.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .github/workflows/publish_to_pypi.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * include resources about Trusted Publishing on PyPI * Rectify the errors in the Github Actions file remove the check-wheel-contents usage; poetry build does not adhere to the required standards of the tool * Update .github/workflows/publish_to_pypi.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .github/workflows/publish_to_pypi.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: justinr1234 <[email protected]>
- Loading branch information