Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 4871f25

Browse files
authored
Fix bug in pypi publish GH workflow (#121)
1 parent 9e83cb5 commit 4871f25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pypipublish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ jobs:
6262
ls -ltrh dist
6363
6464
- name: Verify the built dist/wheel is valid
65-
if: github.event_name == 'push'
6665
run: |
6766
python -m pip install --upgrade pip
68-
python -m pip install dist/xarray-datatree*.whl
67+
python -m pip install dist/xarray_datatree*.whl
6968
python -c "import datatree; print(datatree.__version__)"
7069
7170
upload-to-pypi:

0 commit comments

Comments
 (0)