Skip to content

Commit 71d4d76

Browse files
authored
Merge pull request #19 from kiyu-git/feature/edit-action
Feature/edit action
2 parents e2a5618 + c2eae80 commit 71d4d76

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
jobs:
910
publish:
@@ -26,6 +27,11 @@ jobs:
2627
with:
2728
node-version: 18
2829
cache: npm
30+
31+
- name: Setup Python
32+
uses: actions/setup-python@v2
33+
with:
34+
python-version: '3.10'
2935

3036
- name: Install and build
3137
run: |

0 commit comments

Comments
 (0)