Skip to content

Commit

Permalink
Fix bug in pypi publish GH workflow (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Jul 14, 2022
1 parent 9e83cb5 commit 4871f25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypipublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ jobs:
ls -ltrh dist
- name: Verify the built dist/wheel is valid
if: github.event_name == 'push'
run: |
python -m pip install --upgrade pip
python -m pip install dist/xarray-datatree*.whl
python -m pip install dist/xarray_datatree*.whl
python -c "import datatree; print(datatree.__version__)"
upload-to-pypi:
Expand Down

0 comments on commit 4871f25

Please sign in to comment.