Skip to content

Commit

Permalink
Update python-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arc-hugo authored Oct 14, 2024
1 parent 36b3ae0 commit 2d3dc8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
steps:
- uses: Actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: Actions/setup-python@v4
uses: Actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2d3dc8e

Please sign in to comment.