Skip to content

Commit 8ae3092

Browse files
committed
ci: make PyPI publishing manual
1 parent c3f8c85 commit 8ae3092

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: PyPI
22

33
on:
4-
push:
5-
tags:
6-
- "[0-9][0-9][0-9][0-9].04"
7-
- "[0-9][0-9][0-9][0-9].08"
8-
- "[0-9][0-9][0-9][0-9].12"
4+
workflow_dispatch:
95

106
permissions:
117
contents: read

0 commit comments

Comments
 (0)