You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To remove the burden on the maintainer(s) I'd suggest to make it easier to release a new package version on PyPI. Pushing a Git tag to the repository may trigger an automatic release.
That can be achieved by adding a deploy: section to the Travis CI configuration, the same way the Pylint project has done it:
To remove the burden on the maintainer(s) I'd suggest to make it easier to release a new package version on PyPI. Pushing a Git tag to the repository may trigger an automatic release.
That can be achieved by adding a
deploy:
section to the Travis CI configuration, the same way the Pylint project has done it:This approach has several advantages:
The text was updated successfully, but these errors were encountered: