Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears this will likely pull a previous version instead of the most recently published... How should we address this?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure. Maybe the index takes more than 3 seconds to update?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if that doesn't help, we can also install manually and check that it works

python -m xarray.util.print_versions

upload-to-pypi:
Expand Down