Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/testpypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
python .github/workflows/configure-testpypi-version.py pyproject.toml
git update-index --assume-unchanged pyproject.toml
cat pyproject.toml

- name: Build tarball and wheels
run: |
Expand Down
2 changes: 1 addition & 1 deletion doc/getting-started-guide/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ To install the most recent development version, install from github::

or from TestPyPI::

$ python -m pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple xarray
$ python -m pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple --pre xarray

Testing
-------
Expand Down