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 d612855 commit 4592ed0Copy full SHA for 4592ed0
.github/workflows/pypipublish.yaml
@@ -65,7 +65,7 @@ jobs:
65
if: github.event_name == 'push'
66
run: |
67
python -m pip install --upgrade pip
68
- python -m pip install dist/xarray-schema*.whl
+ python -m pip install dist/xarray_schema*.whl
69
python -c "import xarray-schema; print(xarray-schema.__version__)"
70
71
upload-to-pypi:
0 commit comments