Skip to content

Commit

Permalink
Update setup-python in PyPi release workflow (#25)
Browse files Browse the repository at this point in the history
Update action in PyPi release workflow

- update setup-python action from v4 to v5
  • Loading branch information
TheJulianJES authored Nov 23, 2024
1 parent 5c829a6 commit 9e1c329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python ${{ inputs.PYTHON_VERSION_DEFAULT }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.PYTHON_VERSION_DEFAULT }}
- name: Install wheel
Expand Down

0 comments on commit 9e1c329

Please sign in to comment.