Skip to content

Commit e92042e

Browse files
Update semantic-release.yml
able to trigger release manually
1 parent c1f02a3 commit e92042e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Semantic Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -74,4 +75,4 @@ jobs:
7475

7576
- name: Publish distribution to PyPI
7677
if: steps.semantic.outputs.new_release_published == 'true'
77-
uses: pypa/gh-action-pypi-publish@release/v1
78+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)