Skip to content

Commit

Permalink
remove twine check --strict in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p-slash authored May 23, 2023
1 parent 615fb73 commit c2f5f6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python -m build
twine check --strict dist/*
twine upload dist/*

0 comments on commit c2f5f6e

Please sign in to comment.