Skip to content

Commit

Permalink
Why is testpypi upload failing? Try with --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Nov 7, 2024
1 parent 998e13e commit 9fc2f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
done;
ls -R
python -m twine upload --skip-existing --repository testpypi dist/*
python -m twine upload --verbose --skip-existing --repository testpypi dist/*
test_python_bindings:
Expand Down Expand Up @@ -499,4 +499,4 @@ jobs:
done;
ls -R
python -m twine upload --skip-existing --repository pypi dist/*
python -m twine upload --verbose --skip-existing --repository pypi dist/*

0 comments on commit 9fc2f95

Please sign in to comment.