Skip to content

Commit

Permalink
➕ Added checkout & setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Jun 6, 2024
1 parent eefde2b commit 7c2986d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.12.3'

- name: Build package
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7c2986d

Please sign in to comment.