We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538f811 commit cac505dCopy full SHA for cac505d
.github/workflows/pypi-release.yaml
@@ -64,7 +64,6 @@ jobs:
64
ls -ltrh dist
65
66
- name: Verify the built dist/wheel is valid
67
- if: github.event_name == 'push'
68
run: |
69
python -m pip install --upgrade pip
70
python -m pip install dist/xarray*.whl
.github/workflows/test-pypi-release.yaml
@@ -61,7 +61,6 @@ jobs:
61
62
63
@@ -83,7 +82,6 @@ jobs:
83
82
name: releases
84
path: dist
85
- name: Publish package to TestPyPI
86
87
uses: pypa/[email protected]
88
with:
89
repository_url: https://test.pypi.org/legacy/
0 commit comments