From 92f2070b4b0c2433c3fc1733dfa5121d8d93d980 Mon Sep 17 00:00:00 2001 From: Andrew Wilkinson Date: Tue, 23 Feb 2021 21:55:59 +0000 Subject: [PATCH] fix: Use python3 to build release package. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index e0e7ccd..278dd6f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,3 @@ [semantic_release] version_variable = glowprom/__init__.py:__version__ +build_command = python3 setup.py sdist bdist_wheel