Update twine-upload.sh

This commit is contained in:
Subin Modeel
2020-09-15 00:31:21 -04:00
committed by Subin M
parent 186232109e
commit cf69e2047c
3 changed files with 17 additions and 0 deletions
+9
View File
@@ -130,6 +130,15 @@ default) setting as follows:
have steps for publishing to both PyPI and TestPyPI, consider only using
it for the latter, having the former fail loudly on duplicates.
### For Debugging
Sometimes, `twine upload` can fail and to debug use the `verbose` setting as follows:
```yml
with:
verbose: true
```
## License
The Dockerfile and associated scripts and documentation in this project