fix: accept any tag to build wheels (#62)

This commit is contained in:
J. Nick Koston
2022-10-02 11:19:00 -10:00
committed by GitHub
parent 3d8f117f03
commit 60fca54d2a

View File

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