Skip to content

Commit bb27762

Browse files
committed
Removed option to manually release package.
1 parent e04e1cd commit bb27762

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Release package
22
on:
3-
workflow_dispatch:
43
push:
54
tags:
65
- v[0-9].[0-9]+.[0-9]+
@@ -19,7 +18,7 @@ jobs:
1918
- name: Setup Python
2019
uses: actions/setup-python@v4
2120
with:
22-
python-version: '3.7.5'
21+
python-version: "3.7.5"
2322

2423
- name: Install 'build' package
2524
run: pip install build

0 commit comments

Comments
 (0)