Skip to content

Commit

Permalink
Bump actions/setup-python to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 20, 2024
1 parent 224e3b7 commit 4a4903e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Build a binary wheel and a source tarball
run: |
python -mpip install build
Expand Down

0 comments on commit 4a4903e

Please sign in to comment.