Skip to content

Commit

Permalink
Test sdist (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jun 1, 2024
1 parent ed73c9d commit c1aaf77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ jobs:
manylinux: auto
args: --out dist

- name: Test sdist
run: |
pip install --force-reinstall --verbose dist/*.tar.gz
python -c 'import clarabel'
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c1aaf77

Please sign in to comment.