We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4183f commit dfc70e7Copy full SHA for dfc70e7
.github/workflows/self-smoke-test-action.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install the packaging-related tools
52
run: python3 -m pip install --upgrade pip build twine
53
- name: Create the stub package importable directory
54
- run: mkdir -p src/test_package
+ run: mkdir -pv src/test_package
55
- name: Populate the stub package `__init__.py`
56
run: echo '__version__ = "0.1"' > src/test_package/__init__.py
57
- name: Populate the stub package `README.md`
0 commit comments