Skip to content

Commit

Permalink
Test wheel instead of sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
gilch committed Feb 9, 2022
1 parent 4431265 commit 96583e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
parlinter --list-different "**/*.lissp"
- name: Create Hissp package
run: |
pip install setuptools
pip install setuptools wheel
cd setup
python setup.py sdist
python setup.py bdist_wheel
- name: Install Hissp package from dist/
run: |
pip install setup/dist/hissp-*.tar.gz
pip install setup/dist/hissp-*.whl
- name: Install test dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 96583e0

Please sign in to comment.