Skip to content

Commit

Permalink
verbose twine
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Sep 17, 2021
1 parent 802235d commit c5acce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload dist/*
twine upload --verbose dist/*
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit c5acce9

Please sign in to comment.