Skip to content

Commit

Permalink
tapo-py: Add test sdist step
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Jan 27, 2024
1 parent b44065f commit 3d6ea91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/py-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
with:
command: sdist
args: --out dist --manifest-path ./tapo-py/Cargo.toml
- name: Test sdist
run: |
pip install --force-reinstall --verbose dist/*.tar.gz
python -c 'from tapo import ApiClient'
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3d6ea91

Please sign in to comment.