From f802522c6c835dfdb6718e5612e64964fb57155e Mon Sep 17 00:00:00 2001 From: Samitha Liyanage Date: Fri, 12 Aug 2022 13:05:33 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71d1b88..99fb888 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ In order to update PyPI, you will need owner permissions, which are currently he ``` 2. Run `python setup.py sdist upload` to upload the tarball. 3. Run `python setup.py bdist_egg upload` to upload the egg file. +(If `upload` command doesn't work use `twine upload dist/*`) ## Documentation For usage instructions and documentation please see: [https://htrc.github.io/HTRC-WorksetToolkit/]