Skip to content

Commit

Permalink
fix the built wheel test (#5270)
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis authored May 6, 2021
1 parent 10648cb commit 054f81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
sleep 3
python -m pip install --upgrade pip
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
python -m xarray.util.print_versions
upload-to-pypi:
Expand Down

0 comments on commit 054f81a

Please sign in to comment.