diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 590c5f5..c402487 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: mkdir tmp cd tmp tar xf ../dist/python_dbusmock-${{ github.ref_name }}.tar.gz - cd python-dbusmock-* + cd python_dbusmock-* test "$(PYTHONPATH=. python3 -c 'import dbusmock; print(dbusmock.__version__)')" = "${{ github.ref_name }}" PYTHONPATH=. python3 tests/test_api.py cd ../..