mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 19:45:22 +00:00

This GitHub Actions workflow automates two tasks: 1. **Create Release:** - Triggered when a new version tag (formatted as `vX.X.X`) is pushed. - Creates a release with the tag name, marking it as the latest version. 2. **Publish to PyPI:** - Runs after the release is created successfully. - Builds and publishes the Python package to PyPI using Poetry. - Ignores development requirements during the publishing process. This ensures that each new version gets a release on GitHub and the corresponding Python package is published on PyPI. Co-authored-by: Darwish Ahmad Herati <13837531+daherati@users.noreply.github.com> Co-authored-by: mateuslatrova <57113699+mateuslatrova@users.noreply.github.com>