Skip to content
forked from pydata/xarray

Commit

Permalink
more testpypi workflow fixes (pydata#6673)
Browse files Browse the repository at this point in the history
* print the modified version of pyproject.toml

* add --pre
  • Loading branch information
keewis authored Jun 8, 2022
1 parent 56f05c3 commit ec95452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit ec95452

Please sign in to comment.