Skip to content

Commit

Permalink
Release v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lidatong committed Jun 11, 2023
1 parent a2bc438 commit e23b6ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ git tag "$1"
git push --tags
gh release create "$1"
portray on_github_pages
python setup.py sdist bdist_wheel
twine upload dist/*
# python setup.py sdist bdist_wheel
# twine upload dist/*
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='dataclasses-json',
version='0.5.7',
version='0.5.8',
packages=find_packages(exclude=('tests*',)),
package_data={"dataclasses_json": ["py.typed"]},
author='lidatong',
Expand Down Expand Up @@ -38,3 +38,4 @@
include_package_data=True,
scripts=['publish.py']
)

0 comments on commit e23b6ab

Please sign in to comment.