diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index a1719fc..3dd96d6 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -1,7 +1,7 @@ name: "PyPI Packaging" on: release: - types: [published, created] + types: created jobs: publish: diff --git a/CHANGELOG.md b/CHANGELOG.md index aa523f1..c18f20c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.0.3 + v0.0.4 -=============== +v0.0.3,4 and 5 +============== * No change, debugging CI diff --git a/setup.py b/setup.py index 9b13dc7..c606736 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ keywords='elo scoring rating', packages=find_packages(exclude=['tests*', 'examples*']), include_package_data=True, + long_description_content_type="text/markdown", author='Will McGinnis', install_requires=[], author_email='will@pedalwrencher.com' diff --git a/version.py b/version.py index cba8e59..a55ccd2 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = '0.0.4' \ No newline at end of file +__version__ = '0.0.5' \ No newline at end of file