Skip to content

Commit

Permalink
update build to new PEP supported standard
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Dec 5, 2024
1 parent 156e554 commit f75ad68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +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: |
python setup.py sdist
python setup.py bdist_wheel
python -m build
- name: pypi-publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
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.37",
version="0.2.38",
description="CKAN Extension to manage data.gov theme",
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit f75ad68

Please sign in to comment.