Skip to content

Commit cac505d

Browse files
committed
edit workflow
1 parent 538f811 commit cac505d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
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 & 2 deletions
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
@@ -83,7 +82,6 @@ jobs:
8382
name: releases
8483
path: dist
8584
- name: Publish package to TestPyPI
86-
if: github.event_name == 'push'
8785
uses: pypa/[email protected]
8886
with:
8987
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)