Skip to content

Commit 719e1c7

Browse files
authored
Merge pull request #317 from VirtualPlanetaryLaboratory/download-artifact
Switching pip-install.yml to only upload to PyPi on ubuntu-22.04
2 parents 22d47e0 + abbfe6d commit 719e1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pip-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
upload_pypi:
100100
needs: [build_wheels, build_sdist]
101-
runs-on: ${{ matrix.os }}
101+
runs-on: ubuntu-22.04
102102
strategy:
103103
matrix:
104104
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14]

0 commit comments

Comments
 (0)