Skip to content
New issue

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

Add necessary skips to .travis.yml for PyPi #29

Closed

Conversation

marshallmcdonnell
Copy link

@marshallmcdonnell marshallmcdonnell commented Dec 11, 2018

The skip_cleanup will fix the removal of the build artifacts
The skip_existing will fix the next issue that since you have multiple builds for each python version, they will all try to deploy individually, causing an "existing application" error on PyPi side. This will allow one to succeed and the other to skip if it already exists.

Fixes #28

The `skip_cleanup` will fix the removal of the build artifacts
The `skip_existing` will fix the next issue that since you have multiple builds for each python version, they will all try to deploy individually, causing an "existing application" error on PyPi side. This will allow one to succeed and the other to skip if it already exists.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.586% when pulling a2b2fb7 on marshallmcdonnell:patch-1 into a7a34b6 on amey-sam:develop.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.586% when pulling a2b2fb7 on marshallmcdonnell:patch-1 into a7a34b6 on amey-sam:develop.

n8henrie added a commit to n8henrie/fauxmo that referenced this pull request Jul 4, 2019
Errors in part due to multiple Python versions (which tries to upload to
PyPI for each version).

See:
- amey-sam/Flask-MailGun#28
- amey-sam/Flask-MailGun#29
@marshallmcdonnell
Copy link
Author

So is this a "dead" project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

issue with pypi deployment
2 participants