Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski authored Feb 29, 2024
1 parent 00aaa83 commit 3162c96
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,17 @@ jobs:
xorg-dev \
ccache
- name: Install inplace
- name: Build wheel
run: |
pip install -e .[dev]
ls src/pytetwild
pipx run build --wheel
- name: Validate wheel
run: |
pip install twine
twine check dist/*
- name: Install from wheel
run: pip install --find-links=dist/ pytetwild[dev]

- name: Test
run: pytest -vv
Expand Down

0 comments on commit 3162c96

Please sign in to comment.