Skip to content

Commit

Permalink
Update actions to v3 and v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Apr 7, 2023
1 parent 9d21a8d commit eb66f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: Build and publish Python distribution to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- 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 eb66f7c

Please sign in to comment.