Skip to content

Commit

Permalink
chore: make sure a good version of python is used to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking committed Sep 25, 2024
1 parent 3204467 commit 82699dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.12"

- name: Install PDM
uses: pdm-project/setup-pdm@v4

Expand Down

0 comments on commit 82699dc

Please sign in to comment.