Skip to content

Commit

Permalink
Remove TWINE_PASSWORD from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjaypranav committed Feb 27, 2024
1 parent c41cbef commit 9e822fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@ jobs:
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 9e822fa

Please sign in to comment.