Skip to content

Commit 0c85b7a

Browse files
Merge pull request #25 from fazedordecodigo/dev
Add Python setup and dependencies installation
2 parents b8123d4 + 25fb0bf commit 0c85b7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/realease.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
permissions:
2323
contents: write
2424
steps:
25+
- name: Realiza o checkout
26+
uses: actions/checkout@v4
27+
28+
- name: Set up Python
29+
uses: actions/setup-python@v5
30+
with:
31+
python-version: '3.12'
32+
2533
- name: Install dependencies
2634
run: pip install toml
2735

0 commit comments

Comments
 (0)