We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6805f commit af2603cCopy full SHA for af2603c
tox.ini
@@ -72,3 +72,14 @@ deps =
72
pylint==2.1.1
73
commands =
74
python -m pylint --rcfile=.pylintrc -j 0 src/sagemaker
75
+
76
+[testenv:twine]
77
+basepython = python
78
+# twine check was added starting in 1.12.0
79
+# https://github.com/pypa/twine/blob/master/docs/changelog.rst
80
+deps =
81
+ twine>=1.12.0
82
+# https://packaging.python.org/guides/making-a-pypi-friendly-readme/#validating-restructuredtext-markup
83
+commands =
84
+ python setup.py sdist
85
+ twine check dist/*.tar.gz
0 commit comments