Merge pull request #2527 from linovia/feature/secured_pypi_upload
Use twine to upload to pypi.
Showing
... | @@ -19,6 +19,8 @@ django-oauth2-provider>=0.2.4 | ... | @@ -19,6 +19,8 @@ django-oauth2-provider>=0.2.4 |
# wheel for PyPI installs | # wheel for PyPI installs | ||
wheel==0.24.0 | wheel==0.24.0 | ||
# twine for secured PyPI uploads | |||
twine==1.4.0 | |||
# MkDocs for documentation previews/deploys | # MkDocs for documentation previews/deploys | ||
mkdocs==0.11.1 | mkdocs==0.11.1 |
Please
register
or
sign in
to comment