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 authored and jrfonseca committed Feb 1, 2022
1 parent 83ccab0 commit 2245ac5
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 2245ac5

Please sign in to comment.