mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
Make the stub package dir creation verbose @ GHA
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user