Skip to content

Commit ee747fa

Browse files
authored
fix pypi build (#6362)
Signed-off-by: Felix Breuer <fbreuer@pm.me>
1 parent 51d686b commit ee747fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PyPi
22

33
on:
44
push:
5-
branches: [master]
5+
tags: ["*"]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)