Skip to content

Commit

Permalink
build: Create venv during sdist build
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Sep 14, 2024
1 parent 998c523 commit ec0d86e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- run: uv build --sdist --out-dir dist
working-directory: crates/jsonschema-py

- run: uv venv

- name: Install sdist
run: |
uv pip install dist/${{ env.PACKAGE_NAME }}-*.tar.gz --force-reinstall
Expand Down

0 comments on commit ec0d86e

Please sign in to comment.