Skip to content

Commit 482991c

Browse files
committed
added python version
1 parent a252ceb commit 482991c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v5
17+
with:
18+
python-version: '3.x'
1719
name: Set up Python
1820
- name: Pre-Install (generic)
1921
run: |

0 commit comments

Comments
 (0)