Skip to content

Commit

Permalink
Testing sdist also in testpypi (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jun 1, 2024
1 parent 105b879 commit 6fe8fb2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/testpypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,13 @@ 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@v3
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist
Expand All @@ -160,10 +165,10 @@ jobs:
- windows
- linux
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wheels
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: sdist
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 6fe8fb2

Please sign in to comment.