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.
2 parents aad4ca4 + 5c11e29 commit 90024ecCopy full SHA for 90024ec
.github/workflows/build.yaml
@@ -51,11 +51,11 @@ jobs:
51
python -m build --sdist
52
version="$(grep '^version' setup.cfg | cut -d '=' -f2 | tr -d ' ')"
53
cd dist
54
- tar -xzf "check-jsonschema-${version}.tar.gz"
+ tar -xzf "check_jsonschema-${version}.tar.gz"
55
- name: test
56
run: |
57
58
- cd "dist/check-jsonschema-${version}"
+ cd "dist/check_jsonschema-${version}"
59
python -m tox run -m ci
60
61
ci-test-matrix:
0 commit comments