Skip to content

Commit c6b92ac

Browse files
committed
pub-python-wheels: fix top-level warning
1 parent 6b73033 commit c6b92ac

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/emu-python-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ┌─────────────────────────────────────────────────────────────────┐
22
# │ IMPORTANT: This file MUST stay in sync with │
3-
# │ pub-python-wheels.yml. The only difference between the two
4-
#files should be the cisco-actions/* mirror references.
3+
# │ pub-python-wheels.yml. The only expected differences are the
4+
#workflow name and the cisco-actions/* mirror references. │
55
# │ Do NOT accept PRs where these files diverge in any other way. │
66
# └─────────────────────────────────────────────────────────────────┘
77
name: "[EMU] Python Wheels"

.github/workflows/pub-python-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ┌─────────────────────────────────────────────────────────────────┐
22
# │ IMPORTANT: This file MUST stay in sync with │
3-
# │ emu-python-wheels.yml. The only difference between the two
4-
#files should be the cisco-actions/* mirror references.
3+
# │ emu-python-wheels.yml. The only expected differences are the
4+
#workflow name and the cisco-actions/* mirror references. │
55
# │ Do NOT accept PRs where these files diverge in any other way. │
66
# └─────────────────────────────────────────────────────────────────┘
77
name: "[PUB] Python Wheels"

0 commit comments

Comments
 (0)