Skip to content

Commit

Permalink
feat(CI): verbose option for twine
Browse files Browse the repository at this point in the history
  • Loading branch information
antwxne committed May 24, 2022
1 parent 8484ddc commit af70a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: python3 -m build

- name: Deploy to Pypi
run: python3 -m twine upload --repository testpypi dist/*
run: python3 -m twine upload --verbose --repository testpypi dist/*

0 comments on commit af70a8e

Please sign in to comment.