* github workflow: only trigger on pushed tag
* README.md: update python installation
This commit is contained in:
3
.github/workflows/pypi-deploy.yml
vendored
3
.github/workflows/pypi-deploy.yml
vendored
@@ -3,7 +3,8 @@ name: Build Python Wheels
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
#branches: [master]
|
||||
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
|
||||
|
||||
jobs:
|
||||
|
||||
|
Reference in New Issue
Block a user