Skip to content

Commit 7dcf544

Browse files
authored
Update pyntcloud_cd.yml
1 parent 55a1348 commit 7dcf544

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pyntcloud_cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install -r requirements.txt
20-
- name: Install pyntcloud
20+
- name: Build pyntcloud
2121
run: |
22-
pip install .
22+
python setup.py sdist
23+
python setup.py bdist_wheel --universal
2324
- name: Publish packages to PyPI
2425
uses: pypa/gh-action-pypi-publish@master
2526
with:

0 commit comments

Comments
 (0)