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 4592ed0 commit 22e85b9Copy full SHA for 22e85b9
.github/workflows/pypipublish.yaml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
python -m pip install --upgrade pip
68
python -m pip install dist/xarray_schema*.whl
69
- python -c "import xarray-schema; print(xarray-schema.__version__)"
+ python -c "import xarray_schema; print(xarray_schema.__version__)"
70
71
upload-to-pypi:
72
needs: test-built-dist
0 commit comments