We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a1348 commit 7dcf544Copy full SHA for 7dcf544
1 file changed
.github/workflows/pyntcloud_cd.yml
@@ -17,9 +17,10 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
pip install -r requirements.txt
20
- - name: Install pyntcloud
+ - name: Build pyntcloud
21
22
- pip install .
+ python setup.py sdist
23
+ python setup.py bdist_wheel --universal
24
- name: Publish packages to PyPI
25
uses: pypa/gh-action-pypi-publish@master
26
with:
0 commit comments