Skip to content

Commit

Permalink
Fix warnings in deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jul 16, 2024
1 parent 8c4bfbd commit d810511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
fetch-depth: 0
fetch-tags: true

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Install cibuildwheel
run: python -m pip install cibuildwheel
Expand Down

0 comments on commit d810511

Please sign in to comment.