Skip to content

Commit

Permalink
Add PyPI upload step to CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjaypranav committed Feb 27, 2024
1 parent 8f3f9e5 commit c41cbef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
echo "Building and uploading to PyPI"
echo "TWINE_USERNAME: $TWINE_USERNAME"
echo "TWINE_PASSWORD: $TWINE_PASSWORD"
poetry build
twine upload dist/*

0 comments on commit c41cbef

Please sign in to comment.