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=[