Skip to content

Commit

Permalink
build source dist in CI/CD (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski authored Jan 12, 2022
1 parent 5bbff42 commit 438e97e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
run: |
pip install -r requirements_build.txt
python setup.py bdist_wheel
python setup.py sdist
- name: Validate wheel
run: |
Expand All @@ -147,7 +148,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
pip install wheel
pip install dist/*
pip install dist/*.whl
pip list
- name: Install on Windows Powershell
Expand Down

0 comments on commit 438e97e

Please sign in to comment.