Skip to content

Commit 1004a20

Browse files
authored
doc: Fix README. (#40)
* Fix README. * Add twine check to PR build.
1 parent 15e9e7c commit 1004a20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
===========================
2+
===================================
33
SageMaker PyTorch Serving Container
4-
===========================
4+
===================================
55

66
SageMaker PyTorch Serving Container is an open source library for making the
77
PyTorch framework run on Amazon SageMaker.

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ phases:
2828

2929
build:
3030
commands:
31-
- tox -e flake8
31+
- tox -e flake8,twine
3232

3333
# install
3434
- pip3 install -U -e .

0 commit comments

Comments
 (0)