Skip to content

Commit aa5302f

Browse files
committed
Added on.workflow_dispatch
1 parent b854e11 commit aa5302f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-to-pypi-on-new-tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish to PyPI on new tag
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- "computer-languages*"
@@ -19,7 +20,7 @@ on:
1920
- "sys-lang*"
2021
- "translate-messages*"
2122

22-
jobs:
23+
jobs:
2324
publish:
2425
runs-on: ubuntu-24.04
2526
permissions:

0 commit comments

Comments
 (0)