loganasherjones / yapconf

Yet Another Python Configuration
http://yapconf.readthedocs.io/en/stable/
MIT License
18 stars 4 forks source link

Update twine to 1.11.0 #28

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates twine from 1.10.0 to 1.11.0.

Changelog ### 1.11.0 ``` * :bug:`269 major` Avoid uploading to PyPI when given alternate repository URL, and require ``http://`` or ``https://`` in ``repository_url``. * :support:`277` Add instructions on how to use keyring. * :support:`314` Add new maintainer, release checklists. * :bug:`322 major` Raise exception if attempting upload to deprecated legacy PyPI URLs. * :feature:`320` Remove PyPI as default ``register`` package index. * :feature:`319` Support Metadata 2.1 (:pep:`566`), including Markdown for ``description`` fields. * :support:`318` `Update PyPI URLs <https://packaging.python.org/guides/migrating-to-pypi-org/>`_. ```
Links - PyPI: https://pypi.python.org/pypi/twine - Changelog: https://pyup.io/changelogs/twine/ - Docs: https://twine.readthedocs.io/
codecov-io commented 6 years ago

Codecov Report

Merging #28 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   95.54%   95.54%           
=======================================
  Files           4        4           
  Lines         628      628           
  Branches      151      151           
=======================================
  Hits          600      600           
  Misses         12       12           
  Partials       16       16

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 13d9f89...4300224. Read the comment docs.