Skip to content

Automate Python Wheel Building & PyPI Release via GitHub Actions #5

@ozguronsoy

Description

@ozguronsoy

Currently, users must build the package from source using pip install ., this requires them to have C++ build tools installed locally. To improve accessibility, we need to implement a CI/CD workflow that automatically builds binary wheels and uploads them to PyPI when a new release tag is pushed. This will enable pip install PySimpleMapView without requiring local compilation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions