* github workflow: only trigger on pushed tag

* README.md: update python installation
This commit is contained in:
2021-09-22 15:08:57 +02:00
parent ef5aaac254
commit ce4a106921
2 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ name: Build Python Wheels
on:
push:
branches: [master]
#branches: [master]
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
jobs: