Skip to content

Commit

Permalink
Make the stub package dir creation verbose @ GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 6, 2022
1 parent 1c4183f commit dfc70e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-smoke-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install the packaging-related tools
run: python3 -m pip install --upgrade pip build twine
- name: Create the stub package importable directory
run: mkdir -p src/test_package
run: mkdir -pv src/test_package
- name: Populate the stub package `__init__.py`
run: echo '__version__ = "0.1"' > src/test_package/__init__.py
- name: Populate the stub package `README.md`
Expand Down

0 comments on commit dfc70e7

Please sign in to comment.