From d7d5fca3dbcd38c18b2e87ff52f5d02b5537777b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:37:19 +0300 Subject: [PATCH] git fetch upstream --tags --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a9ec4331600..b83ba05b128 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,7 @@ build: jobs: post_checkout: - git remote add upstream https://github.com/python-pillow/Pillow.git # For forks - - git fetch --all --tags + - git fetch upstream --tags python: install: