Skip to content

Commit

Permalink
Adding newline at the end of python-publish-to-pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiyagu55 authored and dolphin1999 committed Dec 15, 2022
1 parent eb50285 commit 8a616b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
TWINE_USERNAME: '__token__'
TWINE_PASSWORD: ${{ secrets.pypi_password }}
run: |
twine upload --skip-existing --verbose dist/*
twine upload --skip-existing --verbose dist/*

0 comments on commit 8a616b5

Please sign in to comment.