From f4b25b774cf0568af03f902a077c26b5312a6138 Mon Sep 17 00:00:00 2001 From: Tyler Burton Date: Mon, 9 Dec 2024 12:14:58 -0600 Subject: [PATCH] install python build before using it --- .github/workflows/deploy.yml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 645371c1..2635dc7b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,6 +23,7 @@ jobs: sed -i "s/version='[0-9]\{1,2\}.[0-9]\{1,4\}.[0-9]\{1,4\}',/version='${{github.event.inputs.version_no}}',/g" setup.py - name: Create packages run: | + pip install build python -m build - name: pypi-publish uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/setup.py b/setup.py index 403200b3..1970c460 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ckanext-datagovtheme", - version="0.2.38", + version="0.2.39", description="CKAN Extension to manage data.gov theme", long_description=long_description, classifiers=[