Skip to content

Commit

Permalink
Update pyntcloud_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Apr 15, 2022
1 parent 55a1348 commit 7dcf544
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pyntcloud_cd.yml
Expand Up @@ -17,9 +17,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install pyntcloud
- name: Build pyntcloud
run: |
pip install .
python setup.py sdist
python setup.py bdist_wheel --universal
- name: Publish packages to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 7dcf544

Please sign in to comment.