Skip to content

Commit dfc70e7

Browse files
committed
Make the stub package dir creation verbose @ GHA
1 parent 1c4183f commit dfc70e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-smoke-test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install the packaging-related tools
5252
run: python3 -m pip install --upgrade pip build twine
5353
- name: Create the stub package importable directory
54-
run: mkdir -p src/test_package
54+
run: mkdir -pv src/test_package
5555
- name: Populate the stub package `__init__.py`
5656
run: echo '__version__ = "0.1"' > src/test_package/__init__.py
5757
- name: Populate the stub package `README.md`

0 commit comments

Comments
 (0)