From 55cc38fabf0f1e32f1090a19081d29056505ea96 Mon Sep 17 00:00:00 2001 From: Jared King Date: Sun, 30 Jan 2022 21:57:05 -0600 Subject: [PATCH] readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f1f03b..5eebd2f 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,13 @@ The gem can be built with: gem build invoiced.gemspec ``` -The test suite can be ran with `rake test` \ No newline at end of file +The test suite can be ran with `rake test` + +## Deploying + +The package can be uploaded to pypi with the following commands: + +``` +gem build invoiced.gemspec +gem push invoiced-X.Y.Z.gem +``` \ No newline at end of file