Skip to content

Commit 32569a7

Browse files
committed
add setup-python action
1 parent d23b331 commit 32569a7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
options:
1010
- publish # build & publish to pypi
1111
- release # build & release to svn
12-
default: build
12+
default: publish
1313

1414
permissions:
1515
contents: read
@@ -25,6 +25,11 @@ jobs:
2525
- name: checkout
2626
uses: actions/checkout@v4
2727

28+
- name: setup python
29+
uses: actions/setup-python@v5
30+
with:
31+
python-version: 3.12.6
32+
2833
- name: setup java
2934
uses: actions/setup-java@v4
3035
with:

0 commit comments

Comments
 (0)