We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibly due to this: https://stackoverflow.com/questions/32320746/pypi-deployment-error-invalid-option-password
Manually deploying 2.0.0 for the moment
The text was updated successfully, but these errors were encountered:
Somehow, your pipeline stops before deploying. It's still installing deployment dependencies.
See this successful run of one of my packages: https://travis-ci.com/Paebbels/pyTerminalUI/builds/142492686#L212
Here is your line: https://travis-ci.org/mplanchard/pydecor/jobs/636181063#L212
What are differences?
Travis converts (currently, if you trigger it) accounts from org to com.
org
com
Questions:
PYPI_TOKEN
pypi-AgEIcH......................PF7ZClU
You can deploy from you local machine with a token for testing purposes:
.pypirc
[pypi] username: __token__ password: pypi-AgEIcHl...................pkRwHB9ng
twine upload dist/*
Sorry, something went wrong.
No branches or pull requests
Possibly due to this: https://stackoverflow.com/questions/32320746/pypi-deployment-error-invalid-option-password
Manually deploying 2.0.0 for the moment
The text was updated successfully, but these errors were encountered: