Skip to content

Commit

Permalink
Add test for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Dec 22, 2023
1 parent 577be83 commit 9c2cb1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
# Build package, test pip install works, then upload to PyPI with twine
run: |
python setup.py sdist bdist_wheel
pip install dist/*.tar.gz
twine upload dist/*

0 comments on commit 9c2cb1c

Please sign in to comment.