Skip to content

Commit ed50a67

Browse files
committed
Fix release GitHub Action
1 parent 774f276 commit ed50a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release new version
22
on:
33
push:
44
tags:
5-
- *
5+
- '*'
66

77
jobs:
88
pypi-publish:

0 commit comments

Comments
 (0)