From a6e47caf384eec1c2ff42bfe1fa11f5a0e2c2d73 Mon Sep 17 00:00:00 2001 From: Tom Solberg Date: Sat, 12 Nov 2022 00:25:11 +0100 Subject: [PATCH] add repositories field --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index 41e0acb..17a1753 100644 --- a/BUILD +++ b/BUILD @@ -13,4 +13,5 @@ python_distribution( ), long_description_path="README.md", wheel_config_settings={"--global-option": ["--python-tag", "py38.py39"]}, + repositories=["@testpypi"], )