Skip to content

Commit

Permalink
Merge pull request #317 from VirtualPlanetaryLaboratory/download-arti…
Browse files Browse the repository at this point in the history
…fact

Switching pip-install.yml to only upload to PyPi on ubuntu-22.04
  • Loading branch information
RoryBarnes authored Sep 6, 2024
2 parents 22d47e0 + abbfe6d commit 719e1c7
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 719e1c7

Please sign in to comment.