From 933c783832fb3c5eddf6f80fc5786e9d1f861a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 24 Jun 2020 12:34:01 +0200 Subject: [PATCH] Updated Scrapy release procedure (markdown) --- Scrapy-release-procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scrapy-release-procedure.md b/Scrapy-release-procedure.md index 4d26fb1..a3c4f2f 100644 --- a/Scrapy-release-procedure.md +++ b/Scrapy-release-procedure.md @@ -59,7 +59,7 @@ git push upstream x.y x.y.z New Scrapy versions are automatically deployed on the [Python Package Index](https://pypi.org/project/Scrapy/) through [Travis CI](https://travis-ci.org/scrapy/scrapy/builds), at the -end of the Python 3.7 job of the tag build. +end of the tag build job where `PYPI_RELEASE_JOB=true` is defined. ## Read the Docs