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
travis setup pypi generates the following (distributions under on):
travis setup pypi
distributions
on
deploy: provider: pypi user: USERNAME password: secure: ENCRYPTED_PASSWORD on: tags: true distributions: sdist bdist_wheel repo: REPO branch: BRANCH
But should generate this instead (distributions under deploy as per https://docs.travis-ci.com/user/deployment/pypi#Uploading-different-distributions):
deploy
deploy: provider: pypi user: USERNAME password: secure: ENCRYPTED_PASSWORD distributions: sdist bdist_wheel on: tags: true repo: REPO branch: BRANCH
The text was updated successfully, but these errors were encountered:
I saw the same issue; it was difficult to debug the deployment since Travis never indicated an error or warning.
$ travis --version 1.8.2
Sorry, something went wrong.
Just opened #411 with a possible fix, anyone able to look at it?
Also fixed in #480 as I didn't know #411 was up.
No branches or pull requests
travis setup pypi
generates the following (distributions
underon
):But should generate this instead (
distributions
underdeploy
as per https://docs.travis-ci.com/user/deployment/pypi#Uploading-different-distributions):The text was updated successfully, but these errors were encountered: