Skip to content

Commit

Permalink
Check if description will render correctly on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Dec 23, 2020
1 parent 9e8b416 commit e01d7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Expand Up @@ -34,4 +34,5 @@ jobs:
run: |
pip install -e . # otherwise templates are not packaged
python setup.py dists
twine check dist/* # check if it will render correctly on PyPI
twine upload --verbose dist/*

0 comments on commit e01d7ed

Please sign in to comment.