Tags: dzooli/gpxmapper
Tags
ci: Update release workflow author config for version bump Replaced hardcoded GitHub Actions author info with dynamic variables from the repository owner. This enhances maintainability and ensures the correct metadata is used for version bumps. Removed redundant `pip install` commands as dependencies are already satisfied.
Add GitHub Actions workflow for build and release Create a new workflow to automate building and releasing the project. The workflow triggers on pushes to the main branch or manual dispatch, builds a release zip, and publishes it as a GitHub release with versioned tagging.