@@ -4,6 +4,7 @@
name: Upload Python Package
on:
+ push:
release:
types: [created]
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="metrixpp",
- version="0.0.1",
+ version="0.0.1a",
author="Stefan Strobel",
author_email="stefan.strobel@shimatta.net",
description="Metrix++ is an extendable tool for code metrics collection and analysis.",