dynatrace-oss / opentelemetry-metric-python

Dynatrace OpenTelemetry Metrics Exporter for Python
https://www.dynatrace.com/integrations/opentelemetry/
Apache License 2.0
13 stars 6 forks source link

Add Github Action to publish releases to PyPI #17

Closed pirgeo closed 3 years ago

pirgeo commented 3 years ago

This action will publish tagged versions to PyPI

dyladan commented 3 years ago

It would be nice if this could also create a github release with a link to pypi. Bonus points if it can include changelog from something like git log.

pirgeo commented 3 years ago

I changed the action to run on release (similar to Logstash and FluentD release actions).