Skip to content

Commit 438e97e

Browse files
authored
build source dist in CI/CD (#92)
1 parent 5bbff42 commit 438e97e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing-and-deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
run: |
138138
pip install -r requirements_build.txt
139139
python setup.py bdist_wheel
140+
python setup.py sdist
140141
141142
- name: Validate wheel
142143
run: |
@@ -147,7 +148,7 @@ jobs:
147148
if: ${{ runner.os == 'Linux' }}
148149
run: |
149150
pip install wheel
150-
pip install dist/*
151+
pip install dist/*.whl
151152
pip list
152153
153154
- name: Install on Windows Powershell

0 commit comments

Comments
 (0)