Publish Package to PyPI on PR Merge
We need to automate the process of publishing the package to PyPI whenever a Pull Request (PR) is merged into the main branch.
How can we do it?
This link provides an example of a GitHub Actions workflow for reference. 🚀
GitHub Actions Example