Skip to content

Commit

Permalink
workflows: use setup-python v3
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <[email protected]>
  • Loading branch information
wulan17 committed Oct 8, 2024
1 parent 96262e7 commit f765c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel twine
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
- uses: actions/setup-python@v3

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

0 comments on commit f765c80

Please sign in to comment.