Skip to content

Commit bee65b9

Browse files
committed
edit workflow
1 parent 538f811 commit bee65b9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
ls -ltrh dist
6565
6666
- name: Verify the built dist/wheel is valid
67-
if: github.event_name == 'push'
6867
run: |
6968
python -m pip install --upgrade pip
7069
python -m pip install dist/xarray*.whl

.github/workflows/test-pypi-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
ls -ltrh dist
6262
6363
- name: Verify the built dist/wheel is valid
64-
if: github.event_name == 'push'
6564
run: |
6665
python -m pip install --upgrade pip
6766
python -m pip install dist/xarray*.whl

0 commit comments

Comments
 (0)