Skip to content

Commit

Permalink
include twine check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Oct 5, 2020
1 parent 3e5c790 commit 9d404bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ jobs:
- name: Test with py.test
run: |
make test
- name: Check packages
run: |
python setup.py sdist
twine check dist/*.tar.gz

0 comments on commit 9d404bf

Please sign in to comment.