Skip to content

Commit 6a95b55

Browse files
committed
CI: hacking around wildchar
1 parent 4963a9e commit 6a95b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd ..
4141
python -m venv testenv
4242
testenv/bin/pip install pip -U
43-
testenv/bin/pip install sphinx-automodapi/dist/*.whl[test]
43+
testenv/bin/pip install $(ls sphinx-automodapi/dist/*.whl)[test]
4444
testenv/bin/pytest sphinx-automodapi/sphinx_automodapi/tests
4545
4646
- name: Publish distribution 📦 to PyPI

0 commit comments

Comments
 (0)