Skip to content

Commit

Permalink
Merge pull request #3 from hhucn/Fix-publish
Browse files Browse the repository at this point in the history
Add github action badge
  • Loading branch information
jaste111 authored Jan 30, 2024
2 parents ac06b77 + ab8e682 commit fb2b94a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ relieves the scientist from the majority of the technical code and only prototyp
more time in the development of recommendation models and less time has to be spent in the development of a prototype
while at the same time getting prototypes that can be used in real-world settings.

![PyPI publish workflow](https://github.com/github/docs/actions/workflows/publish.yml/badge.svg)

## Setup
Ensure that the following tools are installed:
* Docker
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
include_package_data=True,
name='comment-recommendation-framework',
version='0.16.5',
version='0.16.6',
long_description=long_description,
long_description_content_type='text/markdown',
package_data={
Expand Down

0 comments on commit fb2b94a

Please sign in to comment.