Skip to content

Commit

Permalink
update setup-python to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 15, 2023
1 parent fcbbe79 commit cf1a9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
- name: Build a binary wheel and a source tarball
run: |
python -mpip install wheel
Expand Down

0 comments on commit cf1a9b1

Please sign in to comment.