Skip to content

Commit

Permalink
add --strict to twine check
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne authored Sep 19, 2024
1 parent 12575f7 commit 5f0a4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python -m build
twine check dist/*
twine check --strict dist/*
twine upload dist/*

0 comments on commit 5f0a4c7

Please sign in to comment.