Skip to content

Commit 054f81a

Browse files
authored
fix the built wheel test (#5270)
1 parent 10648cb commit 054f81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
sleep 3
7878
python -m pip install --upgrade pip
79-
python -m pip install --index-url https://test.pypi.org/simple --upgrade xarray
79+
python -m pip install --extra-index-url https://test.pypi.org/simple --upgrade xarray
8080
python -m xarray.util.print_versions
8181
8282
upload-to-pypi:

0 commit comments

Comments
 (0)