Skip to content

Commit

Permalink
sdist: check for success install (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: Tester <[email protected]>
  • Loading branch information
T-256 and Tester authored Feb 1, 2024
1 parent d9cc137 commit 8ce9dd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
with:
path: ./dist/*.tar.gz

- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: |
pip install ./dist/*.tar.gz
bdist:
name: Build bdist wheels and test
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8ce9dd5

Please sign in to comment.