Skip to content

Commit

Permalink
Switching pip-install.yml to only upload to PyPi on ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Sep 6, 2024
1 parent 347f0fd commit abbfe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-22.04
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14]
Expand Down

0 comments on commit abbfe6d

Please sign in to comment.