Skip to content

Commit

Permalink
Add twine check --strict to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Feb 1, 2022
1 parent 16998ce commit 2b831cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m build
twine check --strict dist/*
twine upload dist/*

0 comments on commit 2b831cf

Please sign in to comment.