Make the stub package dir creation verbose @ GHA

This commit is contained in:
Sviatoslav Sydorenko 2022-12-06 22:26:35 +01:00
parent 1c4183fd91
commit dfc70e7dc8
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -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`