Skip to content

Commit 1a94187

Browse files
committed
Fix PyPI workflow trigger to match correct workflow name
1 parent 42e30d9 commit 1a94187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Publish to PyPI
33
on:
44
# Trigger when the python-tests workflow completes.
55
workflow_run:
6-
workflows: ["python-tests"]
6+
workflows: ["Run Pytest on Push"]
77
types: [completed]
88
# Also allow manual triggering.
99
workflow_dispatch:

0 commit comments

Comments
 (0)