We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4963a9e commit 6a95b55Copy full SHA for 6a95b55
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
cd ..
41
python -m venv testenv
42
testenv/bin/pip install pip -U
43
- testenv/bin/pip install sphinx-automodapi/dist/*.whl[test]
+ testenv/bin/pip install $(ls sphinx-automodapi/dist/*.whl)[test]
44
testenv/bin/pytest sphinx-automodapi/sphinx_automodapi/tests
45
46
- name: Publish distribution 📦 to PyPI
0 commit comments