Skip to content

Commit d95e53b

Browse files
committed
Update create release
1 parent 44e557d commit d95e53b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/create-release.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Publish to PyPI
1+
name: Create Release
22

33
on:
44
push:
55
tags:
6-
- 'v*' # Trigger the workflow on tag push matching 'v*'. Example: v1.0.0
6+
- 'v*'
7+
workflow_dispatch: # Manually triggered workflow
78

89
jobs:
910
create_release:
@@ -17,7 +18,7 @@ jobs:
1718
- name: Set up Python
1819
uses: actions/setup-python@v3
1920
with:
20-
python-version: 3.x # Replace 'x' with your desired Python version
21+
python-version: 3.x
2122

2223
- name: Install dependencies
2324
run: |

0 commit comments

Comments
 (0)