Skip to content

Commit

Permalink
Use ubuntu-22:04, checkout@v4 and setup-python@v4 in publish_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed May 7, 2024
1 parent c531e4c commit e307e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on: push
jobs:
build-n-publish:
name: Build and publish Python distribution to PyPI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- 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 e307e3f

Please sign in to comment.