We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10648cb commit 054f81aCopy full SHA for 054f81a
.github/workflows/pypi-release.yaml
@@ -76,7 +76,7 @@ jobs:
76
run: |
77
sleep 3
78
python -m pip install --upgrade pip
79
- python -m pip install --index-url https://test.pypi.org/simple --upgrade xarray
+ python -m pip install --extra-index-url https://test.pypi.org/simple --upgrade xarray
80
python -m xarray.util.print_versions
81
82
upload-to-pypi:
0 commit comments