fix: github action tag matching (#61)

This commit is contained in:
J. Nick Koston
2022-10-02 11:11:54 -10:00
committed by GitHub
parent b0ea7b64bf
commit b95d0b8ce6

View File

@@ -3,7 +3,7 @@ name: Wheels
on:
push:
tags:
- v*
- "v*"
jobs:
build_wheels: