Skip to content

Commit

Permalink
Merge pull request #423 from python-jsonschema/fix-ci
Browse files Browse the repository at this point in the history
Update build/setuptools sdist CI checks
  • Loading branch information
sirosen committed Apr 28, 2024
2 parents aad4ca4 + 5c11e29 commit 90024ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
python -m build --sdist
version="$(grep '^version' setup.cfg | cut -d '=' -f2 | tr -d ' ')"
cd dist
tar -xzf "check-jsonschema-${version}.tar.gz"
tar -xzf "check_jsonschema-${version}.tar.gz"
- name: test
run: |
version="$(grep '^version' setup.cfg | cut -d '=' -f2 | tr -d ' ')"
cd "dist/check-jsonschema-${version}"
cd "dist/check_jsonschema-${version}"
python -m tox run -m ci
ci-test-matrix:
Expand Down

0 comments on commit 90024ec

Please sign in to comment.