marceloprates / prettymaps

A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
GNU Affero General Public License v3.0
11.04k stars 516 forks source link

Packaging GitHub Actions workflow for TestPyPI and PyPI #67

Closed matthewfeickert closed 2 years ago

matthewfeickert commented 2 years ago

Hi @marceloprates. Now that Issue #15 is addressed, would you be open to a PR that adds a packaging workflow using GitHub Actions to build and distribute a sdist and wheel to TestPyPI and PyPI? If so, I'd be willing to contribute one and also address Issue #65 along the way.

c.f. https://github.com/recast-hep/recast-atlas/pull/57 as an example of what I'm suggesting be implemented.

marceloprates commented 2 years ago

Dear Matthew,

First of all, thank you for the help with issue #65 :)

Of course! I have little to zero experience distributing Python projects, so I'm very open to contributions and suggestions which can address gaps in the current setup.