mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
Make the stub package dir creation verbose @ GHA
This commit is contained in:
parent
1c4183fd91
commit
dfc70e7dc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/self-smoke-test-action.yml
vendored
2
.github/workflows/self-smoke-test-action.yml
vendored
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue