Skip to content

Commit

Permalink
Merge pull request #221 from GSA/add-python-build
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton authored Dec 9, 2024
2 parents 394ef18 + f4b25b7 commit 956a550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 956a550

Please sign in to comment.