We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e97db commit e49dfe5Copy full SHA for e49dfe5
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
mkdir tmp
38
cd tmp
39
tar xf ../dist/python_dbusmock-${{ github.ref_name }}.tar.gz
40
- cd python-dbusmock-*
+ cd python_dbusmock-*
41
test "$(PYTHONPATH=. python3 -c 'import dbusmock; print(dbusmock.__version__)')" = "${{ github.ref_name }}"
42
PYTHONPATH=. python3 tests/test_api.py
43
cd ../..
0 commit comments