Skip to content

Commit 4828ef9

Browse files
committed
ci: add workflow_dispatch to release-python.yml
1 parent e76650e commit 4828ef9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release — Python (PyPI)
33
on:
44
push:
55
tags: ['v[0-9]+.[0-9]+.[0-9]+']
6+
workflow_dispatch:
67

78
permissions:
89
id-token: write

0 commit comments

Comments
 (0)