changed publishing workflow file to hopefully avoid making a new PyPi package every push to main, and incremented version patch number

This commit is contained in:
Tristan Lee
2023-09-21 06:14:59 -05:00
parent 8a416c098d
commit efa3a47984
2 changed files with 1 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ on:
release:
types: [published]
push:
branches: [ "main" ]
tags: [ "v*.*.*" ]
permissions: