github actions: on push tag only
This commit is contained in:
parent
32e36aae00
commit
48580caab0
1
.github/workflows/pypi-deploy.yml
vendored
1
.github/workflows/pypi-deploy.yml
vendored
@ -3,7 +3,6 @@ name: CI Build Wheel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user