Skip to content

Commit af06d04

Browse files
committed
Try any sort of release scenario
1 parent 1bc9bad commit af06d04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pip.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches: [ main, build/pip-packaging ]
1010
release:
11-
types: [ published, edited ]
1211

1312
env:
1413
# TODO: detect this from repo somehow: https://github.com/halide/Halide/issues/8406
@@ -256,4 +255,4 @@ jobs:
256255
repository-url: https://test.pypi.org/legacy/
257256

258257
- uses: pypa/gh-action-pypi-publish@release/v1
259-
if: github.event_name == 'release' && github.event.action == 'published'
258+
if: github.event_name == 'release'

0 commit comments

Comments
 (0)