From 92de2e24102c3a1178bd34f6ef458d1909e27a38 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 14 May 2017 11:26:35 -0700 Subject: [PATCH] pypy => pypi --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 9720a03..785b0cd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,7 +8,7 @@ 1. `git tag v{{version}}` 1. `git push origin master --tags` 1. upload to pypi - 1. if you need to set up pypy auth, `python setup.py register` and follow the prompts + 1. if you need to set up pypi auth, `python setup.py register` and follow the prompts 1. `python setup.py sdist bdist_wheel` 1. `twine upload --skip-existing dist/*` 1. `fetch-python-package venv-update` -- upload to pypi.yelpcorp