Ver código fonte

changed packet version to alpha

prozessorkern 4 anos atrás
pai
commit
16773dd9fd
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1 0
      .github/workflows/python-package.yml
  2. 1 1
      setup.py

+ 1 - 0
.github/workflows/python-package.yml

@@ -4,6 +4,7 @@
 name: Upload Python Package
 
 on:
+  push:
   release:
     types: [created]
 

+ 1 - 1
setup.py

@@ -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.",