Skip to content

Commit

Permalink
Remove comment from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahuge committed Jan 14, 2021
1 parent 165ddc2 commit 1eeb85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
twine check --strict dist/*.whl
echo "----------------------------"
echo "Uploading: $(ls dist/*.whl | tr '\r\n' ' ')"
twine upload dist/*.whl --verbose --skip-existing -c "${{ steps.gen-upload-url.outputs.release-body }}"
twine upload dist/*.whl --verbose --skip-existing
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
Expand Down

0 comments on commit 1eeb85a

Please sign in to comment.