We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538f811 commit bee65b9Copy full SHA for bee65b9
.github/workflows/pypi-release.yaml
@@ -64,7 +64,6 @@ jobs:
64
ls -ltrh dist
65
66
- name: Verify the built dist/wheel is valid
67
- if: github.event_name == 'push'
68
run: |
69
python -m pip install --upgrade pip
70
python -m pip install dist/xarray*.whl
.github/workflows/test-pypi-release.yaml
@@ -61,7 +61,6 @@ jobs:
61
62
63
0 commit comments