Skip to content

Commit

Permalink
switching upload desc format to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Will McGinnis committed Mar 21, 2020
1 parent 5918816 commit 889b8c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "PyPI Packaging"
on:
release:
types: [published, created]
types: created

jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.0.3 + v0.0.4
===============
v0.0.3,4 and 5
==============

* No change, debugging CI

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.4'
__version__ = '0.0.5'

0 comments on commit 889b8c3

Please sign in to comment.