Skip to content

Commit

Permalink
fix(git): Add logging for debug #213
Browse files Browse the repository at this point in the history
Logging showed the token was invalid, renewed token
and the upload was successful to TestPypi.

closes #218
  • Loading branch information
imAsparky committed Jan 17, 2025
1 parent 99d440d commit d394040
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ jobs:
echo "⬆️ Starting upload to ${{ env.PYPI_NAME }}..."
echo "⬆️ Uploading to ${{ env.PYPI_NAME }}..." >> $GITHUB_STEP_SUMMARY
echo "⬆️ Upload Args: ${{ env.UPLOAD_ARGS }}..." >> $GITHUB_STEP_SUMMARY
UPLOAD_OUTPUT=$(twine upload ${{ env.UPLOAD_ARGS }} dist/* 2>&1 | tee /dev/stderr)
UPLOAD_STATUS=$?
Expand Down

0 comments on commit d394040

Please sign in to comment.